Class BackStageSeparator
Represents the BackStageSeparator Class.
Inheritance
System.Object
BackStageSeparator
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class BackStageSeparator : Control, IBackStageItem
Constructors
BackStageSeparator()
Declaration
public BackStageSeparator()
Fields
PositionProperty
Identifies the Position dependency property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The identifier for the Position dependency property.
Properties
Position
Gets or sets the placement of the BackStageSeparator inside the Backstage.
Declaration
public VerticalPosition Position { get; set; }
Property Value
Type | Description |
---|---|
VerticalPosition | When Position is set to Bottom, then it will be placed at bottom of the Backstage. Otherwise BackStageSeparator will placed at top of the Backstage. The default value is Top. |