ClassToggleButtonExtensions
Extension properties for the RadToggleButton class.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Primitives
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
public static class ToggleButtonExtensions
Inheritance: objectToggleButtonExtensions
Fields
CheckedContentProperty
The CheckedContentProperty dependency property.
Declaration
public static readonly DependencyProperty CheckedContentProperty
Field Value
DependencyProperty
UncheckedContentProperty
The UncheckedContentProperty dependency property.
Declaration
public static readonly DependencyProperty UncheckedContentProperty
Field Value
DependencyProperty
Methods
GetCheckedContent(DependencyObject)
Gets the content for the checked state of the Toggle button.
Declaration
public static object GetCheckedContent(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
GetUncheckedContent(DependencyObject)
Gets the content for the unchecked state of the Toggle button.
Declaration
public static object GetUncheckedContent(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
SetCheckedContent(DependencyObject, object)
Sets the content for the checked state of the Toggle button.
Declaration
public static void SetCheckedContent(DependencyObject obj, object value)
Parameters
obj
DependencyObject
The object.
value
The value.
SetUncheckedContent(DependencyObject, object)
Sets the content for the unchecked state of the Toggle button.
Declaration
public static void SetUncheckedContent(DependencyObject obj, object value)
Parameters
obj
DependencyObject
The object.
value
The value.