[]
Represents the normal side button with image and text.
public class SideButtonInfo : SideButtonBaseInfo, INamedObject
Public Class SideButtonInfo
Inherits SideButtonBaseInfo
Implements INamedObject
Name | Description |
---|---|
SideButtonInfo() | Initializes a new instance of the SideButton class. |
Name | Description |
---|---|
Behavior | Gets or sets the behavior when clicking the SideButtonInfo. |
CheckOnClick | Gets or sets a value that indicates whether to check the button when clicked. |
Checked | Gets or sets a value that indicates whether the check box is in the checked state. |
ContentAlignment | Gets or sets the alignment of the image attached to the text (Classical Appearance). |
Delay | Gets or sets the delay time, in milliseconds, before repeating the Click event. |
Image | Gets or sets the image displayed on a button view. |
Interval | Gets or sets the interval of firing the Click events. |
Text | Gets or sets the text displayed on a button view. |
TextAlignment | Gets or sets the alignment of the text with the image. |