ClassRadGeometryButton
Class
Represents a Geometry Button Control.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
cs-api-definition
public class RadGeometryButton : RadButton, IGeometryButton
Inheritance: objectRadButtonRadGeometryButton
Implements:
Inherited Members
Constructors
RadGeometryButton()
Initializes a new instance of the RadGeometryButton class.
Declaration
cs-api-definition
public RadGeometryButton()
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
The geometry.
Implements
Methods
OnCreateAutomationPeer()
Creates a RadButtonAutomationPeer.
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
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
The RoutedEventArgs that contains the event data.
Overrides