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