Class RadGeometryRadioButton
Represents a Geometry RadioButton Control.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class RadGeometryRadioButton : RadRadioButton, ICommandSource, IGeometryButton
Constructors
RadGeometryRadioButton()
Initializes a new instance of the RadGeometryRadioButton class.
Declaration
public RadGeometryRadioButton()
Fields
GeometryProperty
Registers the Geometry dependency property.
Declaration
public static readonly DependencyProperty GeometryProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Geometry
Gets or sets the geometry.
Declaration
public Geometry Geometry { get; set; }
Property Value
System.Windows.Media.Geometry
|
Implements
Methods
OnCreateAutomationPeer()
Creates a RadRadioButtonAutomationPeer.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|