Represents a Geometry ToggleButton Control.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
C#
public class RadGeometryToggleButton : RadToggleButton, IGeometryButton
Inheritance: objectRadToggleButtonRadGeometryToggleButton
Implements:
Inherited Members
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; }
The geometry.
Implements:
Methods
OnCreateAutomationPeer()
AutomationPeer
Creates a RadToggleButtonAutomationPeer.
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: