Struct Offset

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Offset has left, right, bottom, top value.

C#
Copy
public struct Offset

Constructors

View Source

Offset(Int32, Int32, Int32, Int32)

Constructor

Declaration
C#
Copy
public Offset(int left, int right, int bottom, int top)
Parameters
Type Name Description
Int32 left

left offset

Int32 right

right offset

Int32 bottom

bottom offset

Int32 top

top offset

Properties

View Source

Bottom

Bottom

Declaration
C#
Copy
public int Bottom { get; set; }
Property Value
Type Description
Int32
View Source

Left

Left

Declaration
C#
Copy
public int Left { get; set; }
Property Value
Type Description
Int32
View Source

Right

Right

Declaration
C#
Copy
public int Right { get; set; }
Property Value
Type Description
Int32
View Source

Top

Top

Declaration
C#
Copy
public int Top { get; set; }
Property Value
Type Description
Int32

Extension Methods