Class WrapPanel
Inheritance
System.Object
WrapPanel
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class WrapPanel : Panel
Constructors
WrapPanel()
Declaration
Fields
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
Windows.UI.Xaml.Controls.Orientation |
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
finalSize |
|
Returns
Type |
Windows.Foundation.Size |
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Windows.Foundation.Size |
Extension Methods