WPF

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

    Show / Hide Table of Contents

    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.

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