[]
The button control.
public interface IButton : IControl<IButton>, IContentControl, IControl
Indicates the button is cancel button or not.
bool CancelButton { get; set; }
Not supported by the *.ssjson format.
Indicates the button is default button or not.
bool DefaultButton { get; set; }
Not supported by the *.ssjson format.
Indicates the button is dismiss button or not.
bool DismissButton { get; set; }
Not supported by the *.ssjson format.
Indicates the button is help button or not.
bool HelpButton { get; set; }
Not supported by the *.ssjson format.
Gets or sets horizontal alignment.
HorizontalAlignment HorizontalTextAlignment { get; set; }
Not all values are supported by the *.ssjson format.
Gets or sets text orientation.
TickLabelOrientation Orientation { get; set; }
Not all values are supported by the *.ssjson format.
Gets or sets vertical alignment.
VerticalAlignment VerticalTextAlignment { get; set; }
Not all values are supported by the *.ssjson format.