Class
ToggleButtonExtensions

Extension properties for the RadToggleButton class.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Primitives

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public static class ToggleButtonExtensions

Inheritance: objectToggleButtonExtensions

Fields

CheckedContentProperty

The CheckedContentProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CheckedContentProperty

Field Value

DependencyProperty

UncheckedContentProperty

The UncheckedContentProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty UncheckedContentProperty

Field Value

DependencyProperty

Methods

GetCheckedContent(DependencyObject)

Gets the content for the checked state of the Toggle button.

Declaration

cs-api-definition
public static object GetCheckedContent(DependencyObject obj)

Parameters

obj

DependencyObject

The object.

Returns

object

GetUncheckedContent(DependencyObject)

Gets the content for the unchecked state of the Toggle button.

Declaration

cs-api-definition
public static object GetUncheckedContent(DependencyObject obj)

Parameters

obj

DependencyObject

The object.

Returns

object

SetCheckedContent(DependencyObject, object)

Sets the content for the checked state of the Toggle button.

Declaration

cs-api-definition
public static void SetCheckedContent(DependencyObject obj, object value)

Parameters

obj

DependencyObject

The object.

value

object

The value.

SetUncheckedContent(DependencyObject, object)

Sets the content for the unchecked state of the Toggle button.

Declaration

cs-api-definition
public static void SetUncheckedContent(DependencyObject obj, object value)

Parameters

obj

DependencyObject

The object.

value

object

The value.