Class RadGeometryButton
Represents a Geometry Button Control.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class RadGeometryButton : RadButton, ICommandSource, IGeometryButton
Constructors
RadGeometryButton()
Fields
GeometryProperty
Registers the Geometry dependency property.
Declaration
public static readonly DependencyProperty GeometryProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Geometry
Gets or sets the geometry.
Declaration
public Geometry Geometry { get; set; }
Property Value
System.Windows.Media.Geometry
The geometry. |
Implements
Methods
OnCreateAutomationPeer()
Creates a RadButtonAutomationPeer.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|