Class RadOrderedWrapPanel
Inheritance
System.Object
RadOrderedWrapPanel
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadOrderedWrapPanel : Panel, IVariantControl
Constructors
RadOrderedWrapPanel()
Declaration
public RadOrderedWrapPanel()
Fields
CompressedItemsOrderProperty
Declaration
public static readonly DependencyProperty CompressedItemsOrderProperty
Field Value
Microsoft.
|
CompressedThresholdProperty
Declaration
public static readonly DependencyProperty CompressedThresholdProperty
Field Value
Microsoft.
|
IsCompressedProperty
Declaration
public static readonly DependencyProperty IsCompressedProperty
Field Value
Microsoft.
|
ItemSpacingProperty
Declaration
public static readonly DependencyProperty ItemSpacingProperty
Field Value
Microsoft.
|
RowSpacingProperty
Declaration
public static readonly DependencyProperty RowSpacingProperty
Field Value
Microsoft.
|
Properties
CompressedItemsOrder
Declaration
public string CompressedItemsOrder { get; set; }
Property Value
System.
|
CompressedThreshold
Declaration
public CollapseThreshold CompressedThreshold { get; set; }
Property Value
IsCompressed
Declaration
public bool IsCompressed { get; }
Property Value
System.
|
ItemSpacing
Declaration
public double ItemSpacing { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Windows.
|
Returns
Windows.
|
GetRowSpacing(DependencyObject)
Declaration
public static int GetRowSpacing(DependencyObject obj)
Parameters
Microsoft.
|
Returns
System.
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Windows.
|
Returns
Windows.
|
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
SetRowSpacing(DependencyObject, Int32)
Declaration
public static void SetRowSpacing(DependencyObject obj, int value)
Parameters
Microsoft.
|
System.
|
SetVariant(RibbonGroupVariant)
Declaration
public void SetVariant(RibbonGroupVariant variant)
Parameters
Ribbon
|