ClassRadGeometryDropDownButton
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
RadGeometryDropDownButton()
Initializes a new instance of the RadGeometryDropDownButton class.
Declaration
public RadGeometryDropDownButton()
Fields
CloseOnClickProperty
Registers the CloseOnClick dependency property.
Declaration
public static readonly DependencyProperty CloseOnClickProperty
Field Value
DependencyProperty
DropDownPopupHorizontalOffsetProperty
Registers the DropDownPopupHorizontalOffset dependency property.
Declaration
public static readonly DependencyProperty DropDownPopupHorizontalOffsetProperty
Field Value
DependencyProperty
DropDownPopupVerticalOffsetProperty
Registers the DropDownPopupVerticalOffset dependency property.
Declaration
public static readonly DependencyProperty DropDownPopupVerticalOffsetProperty
Field Value
DependencyProperty
GeometryProperty
Registers the Geometry dependency property.
Declaration
public static readonly DependencyProperty GeometryProperty
Field Value
DependencyProperty
ShouldCenterPopupProperty
Registers the ShouldCenterPopup dependency property.
Declaration
public static readonly DependencyProperty ShouldCenterPopupProperty
Field Value
DependencyProperty
Properties
CloseOnClick
Gets or sets whether the drop down popup should be closed on click inside it.
DropDownPopupHorizontalOffset
Gets or sets the horizontal offset of the dropdown popup.
Declaration
public double DropDownPopupHorizontalOffset { get; set; }
Property Value
The horizontal offset.
DropDownPopupVerticalOffset
Gets or sets the vertical offset of the dropdown popup.
Declaration
public double DropDownPopupVerticalOffset { get; set; }
Property Value
The vertical offset.
Geometry
Gets or sets the geometry.
Declaration
public Geometry Geometry { get; set; }
Property Value
Geometry
The geometry.
Implements
ShouldCenterPopup
Gets or sets whether the drop down popup should be centered.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Creates a RadDropDownButtonAutomationPeer.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnInitialized(EventArgs)
Raises the event.