[]
Represents the normal side button with image and text.
public sealed class SideButton : SideButtonBase, IComponent, IDisposable, INotifyPropertyChanged, INamedObject
Public NotInheritable Class SideButton
Inherits SideButtonBase
Implements IComponent, IDisposable, INotifyPropertyChanged, INamedObject
Name | Description |
---|---|
SideButton() | Initializes a new instance of the SideButton class. |
Name | Description |
---|---|
Behavior | Gets or sets the behavior when click the SideButton. |
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. |
Name | Description |
---|---|
Dispose(bool) | Releases the unmanaged resources used by the Component and optionally releases the managed resources. |
Name | Description |
---|---|
CheckedChanged | Occurs when the Checked property is changed. |