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
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

Fields

View Source

swigCMemOwn

swigCMemOwn

Declaration
C#
Copy
protected bool swigCMemOwn
Field Value
Type Description
System.Boolean
API Level: 3

Properties

View Source

Bottom

The Bottom value.

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

End

The End value.

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

Start

The Start value.

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

Top

The Top value.

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

Methods

View Source

Dispose(DisposeTypes)

Dispose.

Declaration
C#
Copy
protected override void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type
Overrides
API Level: 3
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
System.Boolean

True if equal.

Overrides
API Level: 4
View Source

GetHashCode()

Gets the the hash code of this baseHandle.

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

The Hash Code.

Overrides
API Level: 4
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
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 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
System.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
System.Boolean

True if the values are not identical

API Level: 3

Implements

System.IDisposable