Table of Contents

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

DependencyProperty

CornerRadiusProperty

public static readonly DependencyProperty CornerRadiusProperty

Field Value

DependencyProperty

TextHorizontalAlignmentProperty

public static readonly DependencyProperty TextHorizontalAlignmentProperty

Field Value

DependencyProperty

Properties

BorderCornerRadius

public CornerRadius BorderCornerRadius { get; set; }

Property Value

CornerRadius

CornerRadius

public CornerRadius CornerRadius { get; set; }

Property Value

CornerRadius

TextHorizontalAlignment

public HorizontalAlignment TextHorizontalAlignment { get; set; }

Property Value

HorizontalAlignment

Methods

OnChecked(RoutedEventArgs)

Called when a ToggleButton raises a Checked event.

protected override void OnChecked(RoutedEventArgs e)

Parameters

e RoutedEventArgs

The event data for the Checked event.

OnUnchecked(RoutedEventArgs)

Called when a ToggleButton raises an Unchecked event.

protected override void OnUnchecked(RoutedEventArgs e)

Parameters

e RoutedEventArgs

The event data for the Unchecked event.