Class ToggleButtonExtensions
Extension properties for the RadToggleButton class.
Inheritance
Namespace: Telerik.Windows.Controls.Diagrams.Primitives
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public static class ToggleButtonExtensions : Object
Fields
CheckedContentProperty
The CheckedContentProperty dependency property.
Declaration
public static readonly DependencyProperty CheckedContentProperty
Field Value
System.Windows.DependencyProperty
|
UncheckedContentProperty
The UncheckedContentProperty dependency property.
Declaration
public static readonly DependencyProperty UncheckedContentProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetCheckedContent(DependencyObject)
Gets the content for the checked state of the Toggle button.
Declaration
public static object GetCheckedContent(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The object. |
Returns
System.Object
|
GetUncheckedContent(DependencyObject)
Gets the content for the unchecked state of the Toggle button.
Declaration
public static object GetUncheckedContent(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The object. |
Returns
System.Object
|
SetCheckedContent(DependencyObject, Object)
Sets the content for the checked state of the Toggle button.
Declaration
public static void SetCheckedContent(DependencyObject obj, object value)
Parameters
System.Windows.DependencyObject
obj
The object. |
System.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
System.Windows.DependencyObject
obj
The object. |
System.Object
value
The value. |