New to Telerik UI for WPFStart a free 30-day trial

Represents a Geometry ToggleButton Control.

Definition

Constructors

Initializes a new instance of the RadGeometryToggleButton class.

C#
public RadGeometryToggleButton()

Fields

GeometryProperty

DependencyProperty

Registers the Geometry dependency property.

C#
public static readonly DependencyProperty GeometryProperty

Properties

Geometry

Geometry

Gets or sets the geometry.

C#
public Geometry Geometry { get; set; }
Property Value:

The geometry.

Implements: IGeometryButton.Geometry

Methods

Creates a RadToggleButtonAutomationPeer.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Overrides: RadToggleButton.OnCreateAutomationPeer()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Overrides: RadToggleButton.OnInitialized(EventArgs)