RadGeometryButton
Class
Represents a Geometry Button Control.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
C#
public class RadGeometryButton : RadButton, IGeometryButton
Inheritance: objectRadButtonRadGeometryButton
Implements:
Inherited Members
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; }
The geometry.
Implements:
Methods
OnCreateAutomationPeer()
AutomationPeer
Creates a RadButtonAutomationPeer.
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: