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 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
|
Overrides
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |