Class PaddingType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
The gesture state.
C#Copypublic class PaddingType : Disposable
- Inheritance
Constructors
Declaration
C#Copypublic PaddingType()
API Level: 3
Declaration
C#Copypublic 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
Declaration
C#Copypublic float Bottom { get; set; }
Property Value
Type | Description |
---|---|
Single |
API Level: 3
Declaration
C#Copypublic float End { get; set; }
Property Value
Type | Description |
---|---|
Single |
API Level: 4
Declaration
C#Copypublic float Start { get; set; }
Property Value
Type | Description |
---|---|
Single |
API Level: 4
Declaration
C#Copypublic float Top { get; set; }
Property Value
Type | Description |
---|---|
Single |
API Level: 3
Methods
Declaration
C#Copypublic override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
Object | o | The object should be compared. |
Returns
Type | Description |
---|---|
Boolean | True if equal. |
API Level: 4
Declaration
C#Copypublic override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 | The Hash Code. |
API Level: 4
Declaration
C#Copyprotected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type | Name | Description |
---|---|---|
Tizen.System.Runtime.InteropServices.HandleRef | swigCPtr |
Overrides
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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
Declaration
C#Copypublic 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 |