menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BackStageSeparator - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BackStageSeparator

    Inheritance
    System.Object
    BackStageSeparator
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BackStageSeparator : Control, IBackStageItem

    Constructors

    BackStageSeparator()

    Declaration
    public BackStageSeparator()

    Properties

    ItemHeight

    Gets or Sets the height for the BackStage Seperator, when UseDefaultBackStageItemHeight is disabled. This property applicable for Ribbon Style Office2013 and TouchStyle

    Declaration
    public int ItemHeight { get; set; }
    Property Value
    Type
    System.Int32

    Placement

    Gets or sets the placement of the BackStageSeparator inside the BackStage.

    Declaration
    public BackStageItemPlacement Placement { get; set; }
    Property Value
    Type Description
    BackStageItemPlacement

    When Placement 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.

    Methods

    OnResize(EventArgs)

    Declaration
    protected override void OnResize(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    ResetItemHeight()

    To Reset ItemHeight

    Declaration
    public void ResetItemHeight()

    ShouldSerializeItemHeight()

    To serialize ItemHeight

    Declaration
    protected bool ShouldSerializeItemHeight()
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved