Class
RadGeometryRadioButton

Represents a Geometry RadioButton Control.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

cs-api-definition
public class RadGeometryRadioButton : RadRadioButton, IGeometryButton

Inheritance: objectRadRadioButtonRadGeometryRadioButton

Implements: IGeometryButton

Inherited Members RadRadioButton.CornerRadiusPropertyRadRadioButton.IsBackgroundVisiblePropertyRadRadioButton.ActivateEventRadRadioButton.OnApplyTemplate()RadRadioButton.OnActivate()RadRadioButton.OnToggle()RadRadioButton.OnMouseEnter(MouseEventArgs)RadRadioButton.OnMouseLeave(MouseEventArgs)RadRadioButton.OnMouseLeftButtonUp(MouseButtonEventArgs)RadRadioButton.OnLostFocus(RoutedEventArgs)RadRadioButton.OnGotFocus(RoutedEventArgs)RadRadioButton.CornerRadiusRadRadioButton.IsBackgroundVisibleRadRadioButton.Activate

Constructors

RadGeometryRadioButton()

Initializes a new instance of the RadGeometryRadioButton class.

Declaration

cs-api-definition
public RadGeometryRadioButton()

Fields

GeometryProperty

Registers the Geometry dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GeometryProperty

Field Value

DependencyProperty

Properties

Geometry

Gets or sets the geometry.

Declaration

cs-api-definition
public Geometry Geometry { get; set; }

Property Value

Geometry

Implements IGeometryButton.Geometry

Methods

OnCreateAutomationPeer()

Creates a RadRadioButtonAutomationPeer.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides RadRadioButton.OnCreateAutomationPeer()

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Overrides RadRadioButton.OnInitialized(EventArgs)