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