Class RadWrapPanel
Inheritance
System.Object
RadWrapPanel
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadWrapPanel : Panel
Constructors
RadWrapPanel()
Declaration
public RadWrapPanel()
Fields
AnimationDurationProperty
Declaration
public static readonly DependencyProperty AnimationDurationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsAnimatedProperty
Declaration
public static readonly DependencyProperty IsAnimatedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ItemHeightProperty
Declaration
public static readonly DependencyProperty ItemHeightProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ItemWidthProperty
Declaration
public static readonly DependencyProperty ItemWidthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AnimationDuration
Declaration
public int AnimationDuration { get; set; }
Property Value
|
System.Int32
|
IsAnimated
Declaration
public bool IsAnimated { get; set; }
Property Value
|
System.Boolean
|
ItemHeight
Declaration
public double ItemHeight { get; set; }
Property Value
|
System.Double
|
ItemWidth
Declaration
public double ItemWidth { get; set; }
Property Value
|
System.Double
|
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
Methods
ArrangeElement(UIElement, Rect, Size)
Declaration
protected virtual void ArrangeElement(UIElement element, Rect finalRect, Size finalSize)
Parameters
|
Microsoft.UI.Xaml.UIElement
element
|
|
Windows.Foundation.Rect
finalRect
|
|
Windows.Foundation.Size
finalSize
|
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
|
Windows.Foundation.Size
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
|
Windows.Foundation.Size
|