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