Class PaddingType
Definition
- Assembly:
- Tizen.NUI.dll
The gesture state.
C#
Copy
public class PaddingType : Disposable, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
Declaration
C#
Copy
public PaddingType()
Declaration
C#
Copy
public PaddingType(float start, float end, float top, float bottom)
Parameters
Type | Name | Description |
---|---|---|
float | start | Start padding or X coordinate |
float | end | End padding or Y coordinate |
float | top | Top padding or Height |
float | bottom | Bottom padding or Width |
Properties
Declaration
C#
Copy
public float Bottom { get; set; }
Property Value
Type | Description |
---|---|
float |
Declaration
C#
Copy
public float End { get; set; }
Property Value
Type | Description |
---|---|
float |
Declaration
C#
Copy
public float Start { get; set; }
Property Value
Type | Description |
---|---|
float |
Declaration
C#
Copy
public float Top { get; set; }
Property Value
Type | Description |
---|---|
float |
Methods
Declaration
C#
Copy
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
object | o | The object should be compared. |
Returns
Type | Description |
---|---|
bool | True if equal. |
Overrides
object.Equals(object)
Declaration
C#
Copy
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | The Hash Code. |
Overrides
object.GetHashCode()
Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type | Name | Description |
---|---|---|
Tizen. |
swigCPtr |
Overrides
Tizen.NUI.Disposable.ReleaseSwigCPtr(Tizen.System.Runtime.InteropServices.HandleRef)
Declaration
C#
Copy
public void Set(float newStart, float newEnd, float newTop, float newBottom)
Parameters
Type | Name | Description |
---|---|---|
float | newStart | Start padding or X coordinate |
float | newEnd | End padding or Y coordinate |
float | newTop | Top padding or Height |
float | newBottom | Bottom padding or Width |
Operators
Declaration
C#
Copy
public static bool operator ==(PaddingType a, PaddingType b)
Parameters
Type | Name | Description |
---|---|---|
Padding |
a | First operand |
Padding |
b | Second operand |
Returns
Type | Description |
---|---|
bool | True if the values are identical |
Declaration
C#
Copy
public static bool operator !=(PaddingType a, PaddingType b)
Parameters
Type | Name | Description |
---|---|---|
Padding |
a | First operand |
Padding |
b | Second operand |
Returns
Type | Description |
---|---|
bool | True if the values are not identical |
Implements
System.IDisposable