Class SwitchToggleButton
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public class SwitchToggleButton : ToggleButton, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ICommandSource
- Inheritance
-
SwitchToggleButton
- Implements
- Inherited Members
- Extension Methods
Constructors
SwitchToggleButton()
public SwitchToggleButton()
Fields
BorderCornerRadiusProperty
public static readonly DependencyProperty BorderCornerRadiusProperty
Field Value
CornerRadiusProperty
public static readonly DependencyProperty CornerRadiusProperty
Field Value
TextHorizontalAlignmentProperty
public static readonly DependencyProperty TextHorizontalAlignmentProperty
Field Value
Properties
BorderCornerRadius
public CornerRadius BorderCornerRadius { get; set; }
Property Value
CornerRadius
public CornerRadius CornerRadius { get; set; }
Property Value
TextHorizontalAlignment
public HorizontalAlignment TextHorizontalAlignment { get; set; }
Property Value
Methods
OnChecked(RoutedEventArgs)
Called when a ToggleButton raises a Checked event.
protected override void OnChecked(RoutedEventArgs e)
Parameters
e
RoutedEventArgsThe event data for the Checked event.
OnUnchecked(RoutedEventArgs)
Called when a ToggleButton raises an Unchecked event.
protected override void OnUnchecked(RoutedEventArgs e)
Parameters
e
RoutedEventArgsThe event data for the Unchecked event.