Class BackStageItemsPanel
Represents a class that arranges child elements at top or bottom of the Backstage based on the Syncfusion.Windows.Tools.Controls.IBackStageItem.Position property in a single line vertical orientation.
Inheritance
System.Object
BackStageItemsPanel
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class BackStageItemsPanel : StackPanel
Constructors
BackStageItemsPanel()
Initializes a new instance of the BackStageItemsPanel class.
Declaration
public BackStageItemsPanel()
Methods
ArrangeOverride(Size)
Method used to arrange the backstage items by calculating the size of the backstage items.
Declaration
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | arrangeSize | Specifies the backstage item size. |
Returns
Type | Description |
---|---|
System.Windows.Size | Returns the backstage item size. |