Represents a Geometry DropDown Button Control.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
public class RadGeometryDropDownButton : RadDropDownButton, IDisposable, IGeometryButton
Inheritance: objectRadButtonRadDropDownButtonRadGeometryDropDownButton
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadGeometryDropDownButton class.
public RadGeometryDropDownButton()
Fields
CloseOnClickProperty
DependencyProperty
Registers the CloseOnClick dependency property.
public static readonly DependencyProperty CloseOnClickProperty
DropDownPopupHorizontalOffsetProperty
DependencyProperty
Registers the DropDownPopupHorizontalOffset dependency property.
public static readonly DependencyProperty DropDownPopupHorizontalOffsetProperty
DropDownPopupVerticalOffsetProperty
DependencyProperty
Registers the DropDownPopupVerticalOffset dependency property.
public static readonly DependencyProperty DropDownPopupVerticalOffsetProperty
GeometryProperty
DependencyProperty
Registers the Geometry dependency property.
public static readonly DependencyProperty GeometryProperty
ShouldCenterPopupProperty
DependencyProperty
Registers the ShouldCenterPopup dependency property.
public static readonly DependencyProperty ShouldCenterPopupProperty
Properties
Gets or sets whether the drop down popup should be closed on click inside it.
public bool CloseOnClick { get; set; }
Gets or sets the horizontal offset of the dropdown popup.
public double DropDownPopupHorizontalOffset { get; set; }
The horizontal offset.
Gets or sets the vertical offset of the dropdown popup.
public double DropDownPopupVerticalOffset { get; set; }
The vertical offset.
Geometry
Geometry
Gets or sets the geometry.
public Geometry Geometry { get; set; }
The geometry.
Implements:
Gets or sets whether the drop down popup should be centered.
public bool ShouldCenterPopup { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Creates a RadDropDownButtonAutomationPeer.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Overrides: