menu

UWP

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

    Show / Hide Table of Contents

    Class WrapPanel

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

    Inheritance
    System.Object
    WrapPanel
    Namespace: Syncfusion.UI.Xaml.Diagram.Panels
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class WrapPanel : Panel

    Constructors

    WrapPanel()

    Initializes a new instance of the WrapPanel class.

    Declaration
    public WrapPanel()

    Fields

    OrientationProperty

    Defines the Orientation property. This is a dependency property.

    Declaration
    public static DependencyProperty OrientationProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Orientation

    Gets or sets the HierarchicalDataTemplate for items.

    Declaration
    public Orientation Orientation { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Controls.Orientation

    Methods

    ArrangeOverride(Size)

    Positions child elements and determines a size for the control.

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

    The final area within the parent that this element should use to arrange itself and its children.

    Returns
    Type Description
    Windows.Foundation.Size

    The actual size used.

    MeasureOverride(Size)

    Measures elements.

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

    The available size

    Returns
    Type Description
    Windows.Foundation.Size

    The available size.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved