menu

WPF

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

    Show / Hide Table of Contents

    Class SelectorPanel

    Represents the class to measure and arrange the selector panel of Swimlane class.

    Inheritance
    System.Object
    SelectorPanel
    Namespace: Syncfusion.UI.Xaml.Diagram.Panels
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public sealed class SelectorPanel : Panel

    Constructors

    SelectorPanel()

    Declaration
    public SelectorPanel()

    Methods

    ArrangeOverride(Size)

    Method to arrange SelectorPanel class elements to given size.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize

    Size to arrange elements.

    Returns
    Type Description
    System.Windows.Size

    Return size.

    MeasureOverride(Size)

    Method to measure size of SelectorPanel class elements.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    System.Windows.Size availableSize

    Size to be measure.

    Returns
    Type Description
    System.Windows.Size

    Return measured size.

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