Class UIRect
Inheritance
System.Object
UIRect
Namespace: Aximo.Engine.Components.UI
Assembly: AxEngine.dll
Syntax
public class UIRect
Fields
| Improve this Doc View SourceHeight
Declaration
public float? Height
Field Value
Type | Description |
---|---|
System.Nullable<System.Single> |
Left
Declaration
public float Left
Field Value
Type | Description |
---|---|
System.Single |
Top
Declaration
public float Top
Field Value
Type | Description |
---|---|
System.Single |
Width
Declaration
public float? Width
Field Value
Type | Description |
---|---|
System.Nullable<System.Single> |