Interface IForm
A form (a panel with a header).
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IForm
Properties
| Improve this Doc View SourceContents
Gets the contents panel.
Declaration
IPanel Contents { get; }
Property Value
Type | Description |
---|---|
IPanel | The contents. |
Header
Gets the header.
Declaration
ILabel Header { get; }
Property Value
Type | Description |
---|---|
ILabel | The header. |
Height
Gets the height.
Declaration
float Height { get; }
Property Value
Type | Description |
---|---|
System.Single | The height. |
Visible
Gets or sets a value indicating whether this IForm is visible.
Declaration
bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Width
Gets or sets the width.
Declaration
float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The width. |
X
Gets or sets the x.
Declaration
float X { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The x. |
Y
Gets or sets the y.
Declaration
float Y { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The y. |