Class SegmentPanel

    Show / Hide Table of Contents

    Class SegmentPanel

    Represents the class which used to positioning and arranging child objects in the SfSegmentedControl.

    Inheritance
    System.Object
    SegmentPanel
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public class SegmentPanel : Panel

    Constructors

    SegmentPanel()

    Declaration
    public SegmentPanel()

    Methods

    ArrangeOverride(Size)

    Arranges the children in the container.

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

    Size used to arrange its child.

    Returns
    Type Description
    Windows.Foundation.Size

    Returns the final area of its child.

    MeasureOverride(Size)

    Provides the measure size of the children.

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

    Size available for the control.

    Returns
    Type Description
    Windows.Foundation.Size

    Returns the size measured.

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