[]
The button control.
public interface IButton : IControl<IButton>, IContentControl, IControl
Public Interface IButton
Inherits IControl(Of IButton), IContentControl, IControl
Name | Description |
---|---|
CancelButton | Indicates the button is cancel button or not. |
DefaultButton | Indicates the button is default button or not. |
DismissButton | Indicates the button is dismiss button or not. |
HelpButton | Indicates the button is help button or not. |
HorizontalTextAlignment | Gets or sets horizontal alignment. |
Orientation | Gets or sets text orientation. |
VerticalTextAlignment | Gets or sets vertical alignment. |