Interface IMessageBoxSettings
Settings for creating message boxes. Those are created from the "AGSMessageBox" class.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IMessageBoxSettings
Properties
| Improve this Doc View SourceButtonHeight
Gets or sets the buttons height (if there are any buttons).
Declaration
float ButtonHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The button height. |
ButtonText
Gets or sets the text configuration for the buttons in the message box (if there are any buttons).
Declaration
ITextConfig ButtonText { get; set; }
Property Value
Type | Description |
---|---|
ITextConfig | The button text. |
ButtonWidth
Gets or sets the buttons width (if there are any buttons).
Declaration
float ButtonWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The button width. |
ButtonXPadding
Gets or sets the buttons padding on the x axis (if there are any buttons).
Declaration
float ButtonXPadding { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The button X padding. |
ButtonYPadding
Gets or sets the buttons padding on the y axis (if there are any buttons).
Declaration
float ButtonYPadding { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The button Y padding. |
DisplayConfig
Gets or sets the display configuration.
Declaration
ISayConfig DisplayConfig { get; set; }
Property Value
Type | Description |
---|---|
ISayConfig | The display config. |
RenderLayer
Gets or sets the render layer.
Declaration
IRenderLayer RenderLayer { get; set; }
Property Value
Type | Description |
---|---|
IRenderLayer | The render layer. |