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, IGeometryButton
Constructors
RadGeometryRadioButton()
Initializes a new instance of the Rad
Declaration
public RadGeometryRadioButton()
Fields
GeometryProperty
Registers the Geometry dependency property.
Declaration
public static readonly DependencyProperty GeometryProperty
Field Value
System.
|
Properties
Geometry
Gets or sets the geometry.
Declaration
public Geometry Geometry { get; set; }
Property Value
System.
|
Implements
Methods
OnCreateAutomationPeer()
Creates a RadRadioButtonAutomationPeer.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |