Class RadGeometryDropDownButton
Represents a Geometry DropDown Button Control.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class RadGeometryDropDownButton : RadDropDownButton, ICommandSource, IPopupHost, IPopupWrapperOwner, IDisposable, IGeometryButton
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
System.Windows.DependencyProperty
|
DropDownPopupHorizontalOffsetProperty
Registers the DropDownPopupHorizontalOffset dependency property.
Declaration
public static readonly DependencyProperty DropDownPopupHorizontalOffsetProperty
Field Value
System.Windows.DependencyProperty
|
DropDownPopupVerticalOffsetProperty
Registers the DropDownPopupVerticalOffset dependency property.
Declaration
public static readonly DependencyProperty DropDownPopupVerticalOffsetProperty
Field Value
System.Windows.DependencyProperty
|
GeometryProperty
Registers the Geometry dependency property.
Declaration
public static readonly DependencyProperty GeometryProperty
Field Value
System.Windows.DependencyProperty
|
ShouldCenterPopupProperty
Registers the ShouldCenterPopup dependency property.
Declaration
public static readonly DependencyProperty ShouldCenterPopupProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CloseOnClick
Gets or sets whether the drop down popup should be closed on click inside it.
Declaration
public bool CloseOnClick { get; set; }
Property Value
System.Boolean
|
DropDownPopupHorizontalOffset
Gets or sets the horizontal offset of the dropdown popup.
Declaration
public double DropDownPopupHorizontalOffset { get; set; }
Property Value
System.Double
The horizontal offset. |
DropDownPopupVerticalOffset
Gets or sets the vertical offset of the dropdown popup.
Declaration
public double DropDownPopupVerticalOffset { get; set; }
Property Value
System.Double
The vertical offset. |
Geometry
Gets or sets the geometry.
Declaration
public Geometry Geometry { get; set; }
Property Value
System.Windows.Media.Geometry
The geometry. |
Implements
ShouldCenterPopup
Gets or sets whether the drop down popup should be centered.
Declaration
public bool ShouldCenterPopup { get; set; }
Property Value
System.Boolean
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Creates a RadDropDownButtonAutomationPeer.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|