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

Represents a Geometry Button Control.

Definition

Constructors

Initializes a new instance of the RadGeometryButton class.

C#
public RadGeometryButton()

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; }
Property Value:

The geometry.

Implements: IGeometryButton.Geometry

Methods

Creates a RadButtonAutomationPeer.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Overrides: RadButton.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: RadButton.OnInitialized(EventArgs)