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.
|
IsAnimatedProperty
Declaration
public static readonly DependencyProperty IsAnimatedProperty
Field Value
Microsoft.
|
ItemHeightProperty
Declaration
public static readonly DependencyProperty ItemHeightProperty
Field Value
Microsoft.
|
ItemWidthProperty
Declaration
public static readonly DependencyProperty ItemWidthProperty
Field Value
Microsoft.
|
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Microsoft.
|
Properties
AnimationDuration
Declaration
public int AnimationDuration { get; set; }
Property Value
System.
|
IsAnimated
Declaration
public bool IsAnimated { get; set; }
Property Value
System.
|
ItemHeight
Declaration
public double ItemHeight { get; set; }
Property Value
System.
|
ItemWidth
Declaration
public double ItemWidth { get; set; }
Property Value
System.
|
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
Microsoft.
|
Methods
ArrangeElement(UIElement, Rect, Size)
Declaration
protected virtual void ArrangeElement(UIElement element, Rect finalRect, Size finalSize)
Parameters
Microsoft.
|
Windows.
|
Windows.
|
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Windows.
|
Returns
Windows.
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Windows.
|
Returns
Windows.
|