Class ToolBarItemSeparator
Inheritance
System.Object
ToolBarItemSeparator
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class ToolBarItemSeparator : Control
Constructors
ToolBarItemSeparator()
Initializes the new instance of ToolBarItemSeparator
Declaration
public ToolBarItemSeparator()
Fields
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Orientation
Gets or Sets the orientation of the ToolBarItemSeparator
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
---|
System.Windows.Controls.Orientation |