[]
Gets or sets the behavior when click the SideButton.
public SideButtonBehavior Behavior { get; set; }
Public Property Behavior As SideButtonBehavior
Type | Description |
---|---|
SideButtonBehavior | A SideButtonBehavior enumeration, SpinUp means when click the SideButton, it will do spin up behavior, SpinDown means when click the SideButton, it will do spin down behavior. |
When set as SpinUp, Text property will be forced changed to "+", Interval property will be forced changed to 60. When set as SpinDown, Text property will be forced changed to "-", Interval property will be forced changed to 60. When set as None, Text property will be forced changed to Empty, Interval property will be forced changed to 0.