WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BackStageSeparator

    Show / Hide Table of Contents

    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 Description
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved