Class PaddingType
Definition
- Assembly:
- Tizen.NUI.dll
The gesture state.
public class PaddingType : IDisposable
- Inheritance
-
objectPaddingType
- Implements
-
System.IDisposable
Constructors
View SourcePaddingType()
Creates an uninitialized PaddingType.
Declaration
public PaddingType()
PaddingType(float, float, float, float)
PaddingType Constructor.
Declaration
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 |
Fields
View Sourcedisposed
A Flat to check if it is already disposed.
Declaration
protected bool disposed
Field Value
Type | Description |
---|---|
bool |
swigCMemOwn
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Type | Description |
---|---|
bool |
Properties
View SourceBottom
The Bottom value.
Declaration
public float Bottom { get; set; }
Property Value
Type | Description |
---|---|
float |
End
The End value.
Declaration
public float End { get; set; }
Property Value
Type | Description |
---|---|
float |
Start
The Start value.
Declaration
public float Start { get; set; }
Property Value
Type | Description |
---|---|
float |
Top
The Top value.
Declaration
public float Top { get; set; }
Property Value
Type | Description |
---|---|
float |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(DisposeTypes)
Dispose.
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type |
Equals(object)
Equals
Declaration
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)
View Source
~PaddingType()
Dispose.
Declaration
protected ~PaddingType()
GetHashCode()
Gets the the hash code of this baseHandle.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | The Hash Code. |
Overrides
object.GetHashCode()
View Source
Set(float, float, float, float)
Assignment from individual values.
Declaration
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
View Sourceoperator ==(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 |
---|---|
bool | True if the values are identical |
operator !=(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 |
---|---|
bool | True if the values are not identical |
Implements
System.IDisposable