DockableToolBarGripper Class
Represents a gripper for a DockableToolBar.
public class DockableToolBarGripper : Control, IOrientedElement
- Inheritance:
- object Visual UIElement FrameworkElement Control object
- Implements:
- IOrientedElement
Constructors
DockableToolBarGripper()
Initializes a new instance of the DockableToolBarGripper class.
public DockableToolBarGripper()
Properties
Orientation
Gets or sets the orientation of the control.
public Orientation Orientation { get; set; }
Property Value
- Orientation:
The orientation of the control.
Fields
OrientationProperty
Identifies the Orientation dependency property. This field is read-only.
public static readonly DependencyProperty OrientationProperty