Class PaddingType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
The gesture state.
public class PaddingType : Disposable, IDisposable
- Inheritance
- Implements
Constructors
View SourcePaddingType()
Creates an uninitialized PaddingType.
Declaration
public PaddingType()
API Level: 3
View SourcePaddingType(Single, Single, Single, Single)
PaddingType Constructor.
Declaration
public PaddingType(float start, float end, float top, float bottom)
Parameters
Type | Name | Description |
---|---|---|
Single | start | Start padding or X coordinate |
Single | end | End padding or Y coordinate |
Single | top | Top padding or Height |
Single | bottom | Bottom padding or Width |
API Level: 3
Properties
View SourceBottom
The Bottom value.
Declaration
public float Bottom { get; set; }
Property Value
Type | Description |
---|---|
Single |
API Level: 3
View SourceEnd
The End value.
Declaration
public float End { get; set; }
Property Value
Type | Description |
---|---|
Single |
API Level: 4
View SourceStart
The Start value.
Declaration
public float Start { get; set; }
Property Value
Type | Description |
---|---|
Single |
API Level: 4
View SourceTop
The Top value.
Declaration
public float Top { get; set; }
Property Value
Type | Description |
---|---|
Single |
API Level: 3
Methods
View SourceEquals(Object)
Equals
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
Object | o | The object should be compared. |
Returns
Type | Description |
---|---|
Boolean | True if equal. |
Overrides
API Level: 4
View SourceGetHashCode()
Gets the the hash code of this baseHandle.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 | The Hash Code. |
Overrides
API Level: 4
View SourceReleaseSwigCPtr(Runtime.InteropServices.HandleRef)
Declaration
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type | Name | Description |
---|---|---|
Tizen.System.Runtime.InteropServices.HandleRef | swigCPtr |
Overrides
Tizen.NUI.Disposable.ReleaseSwigCPtr(Tizen.System.Runtime.InteropServices.HandleRef)
View Source
Set(Single, Single, Single, Single)
Assignment from individual values.
Declaration
public void Set(float newStart, float newEnd, float newTop, float newBottom)
Parameters
Type | Name | Description |
---|---|---|
Single | newStart | Start padding or X coordinate |
Single | newEnd | End padding or Y coordinate |
Single | newTop | Top padding or Height |
Single | newBottom | Bottom padding or Width |
API Level: 3
Operators
View SourceEquality(PaddingType, PaddingType)
Equality operator.
Declaration
public static bool operator ==(PaddingType a, PaddingType b)
Parameters
Type | Name | Description |
---|---|---|
PaddingType | a | First operand |
PaddingType | b | Second operand |
Returns
Type | Description |
---|---|
Boolean | True if the values are identical |
API Level: 3
View SourceInequality(PaddingType, PaddingType)
Inequality operator.
Declaration
public static bool operator !=(PaddingType a, PaddingType b)
Parameters
Type | Name | Description |
---|---|---|
PaddingType | a | First operand |
PaddingType | b | Second operand |
Returns
Type | Description |
---|---|
Boolean | True if the values are not identical |