[]
Gets or sets the behavior when clicking the SideButtonInfo.
public SideButtonBehavior Behavior { get; set; }
Public Property Behavior As SideButtonBehavior
Type | Description |
---|---|
SideButtonBehavior | A SideButtonBehavior enumeration, SpinUp means clicking the SideButtonInfo, causes spin up behavior, SpinDown means clicking the SideButtonInfo, causes spin down behavior. |
When set to SpinUp, the Text property is changed to "+", and the Interval property is changed to 60. When set to SpinDown, the Text property is changed to "-", and the Interval property is changed to 60. When set to None, the Text property is changed to Empty, and the Interval property is changed to 0.