New to Telerik UI for WPFStart a free 30-day trial

Represents a Geometry RadioButton Control.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

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

Syntax:

C#
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

Initializes a new instance of the RadGeometryRadioButton class.

C#
public RadGeometryRadioButton()

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; }

Implements: IGeometryButton.Geometry

Methods

Creates a RadRadioButtonAutomationPeer.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Overrides: RadRadioButton.OnCreateAutomationPeer()

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

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Overrides: RadRadioButton.OnInitialized(EventArgs)