Struct Offset
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Offset has left, right, bottom, top value.
C#Copypublic struct Offset
Constructors
Declaration
C#Copypublic 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
Declaration
C#Copypublic int Bottom { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Declaration
C#Copypublic int Left { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Declaration
C#Copypublic int Right { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Declaration
C#Copypublic int Top { get; set; }
Property Value
Type | Description |
---|---|
Int32 |