Struct Offset
Definition
- Assembly:
- Tizen.NUI.dll
Offset has left, right, bottom, top value.
public struct Offset
Constructors
View SourceOffset(int, int, int, int)
Constructor
Declaration
public Offset(int left, int right, int bottom, int top)
Parameters
| Type | Name | Description |
|---|---|---|
| int | left | left offset |
| int | right | right offset |
| int | bottom | bottom offset |
| int | top | top offset |
Properties
View SourceBottom
Bottom
Declaration
public int Bottom { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Left
Left
Declaration
public int Left { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Right
Right
Declaration
public int Right { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Top
Top
Declaration
public int Top { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| int |