Class PaddingType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

The gesture state.

C#
Copy
public class PaddingType : Disposable, IDisposable
Inheritance
System.Object
PaddingType
Implements
System.IDisposable

Constructors

View Source

PaddingType()

Creates an uninitialized PaddingType.

Declaration
C#
Copy
public PaddingType()
API Level: 3
View Source

PaddingType(Single, Single, Single, Single)

PaddingType Constructor.

Declaration
C#
Copy
public PaddingType(float start, float end, float top, float bottom)
Parameters
Type Name Description
System.Single start

Start padding or X coordinate

System.Single end

End padding or Y coordinate

System.Single top

Top padding or Height

System.Single bottom

Bottom padding or Width

API Level: 3

Properties

View Source

Bottom

The Bottom value.

Declaration
C#
Copy
public float Bottom { get; set; }
Property Value
Type Description
System.Single
API Level: 3
View Source

End

The End value.

Declaration
C#
Copy
public float End { get; set; }
Property Value
Type Description
System.Single
API Level: 4
View Source

Start

The Start value.

Declaration
C#
Copy
public float Start { get; set; }
Property Value
Type Description
System.Single
API Level: 4
View Source

Top

The Top value.

Declaration
C#
Copy
public float Top { get; set; }
Property Value
Type Description
System.Single
API Level: 3

Methods

View Source

Equals(Object)

Equals

Declaration
C#
Copy
public override bool Equals(object o)
Parameters
Type Name Description
System.Object o

The object should be compared.

Returns
Type Description
Boolean

True if equal.

Overrides
System.Object.Equals(System.Object)
API Level: 4
View Source

GetHashCode()

Gets the hash code of this baseHandle.

Declaration
C#
Copy
public override int GetHashCode()
Returns
Type Description
Int32

The Hash Code.

Overrides
System.Object.GetHashCode()
API Level: 4
View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
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
C#
Copy
public void Set(float newStart, float newEnd, float newTop, float newBottom)
Parameters
Type Name Description
System.Single newStart

Start padding or X coordinate

System.Single newEnd

End padding or Y coordinate

System.Single newTop

Top padding or Height

System.Single newBottom

Bottom padding or Width

API Level: 3

Operators

View Source

Equality(PaddingType, PaddingType)

Equality operator.

Declaration
C#
Copy
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 Source

Inequality(PaddingType, PaddingType)

Inequality operator.

Declaration
C#
Copy
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

API Level: 3

Implements

System.IDisposable