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.WPF.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 |
---|
System.Windows.DependencyProperty |
Properties
Orientation
Gets or sets the HierarchicalDataTemplate for items.
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
---|
System.Windows.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 |
---|---|---|
System.Windows.Size | finalSize | The final area within the parent that this element should use to arrange itself and its children. |
Returns
Type | Description |
---|---|
System.Windows.Size | The actual size used. |
MeasureOverride(Size)
Measures elements.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | availableSize | The available size |
Returns
Type | Description |
---|---|
System.Windows.Size | The available size. |