PolarPanel
The PolarPanel provides the panel which arranges items from center of panel to outer bounds
Inherits: Panel
Constructors
public PolarPanel()
polarPanel = PolarPanel()
Initializes a new instance of PolarPanel class
Properties
public bool IsReversedOrder { get; set; }
value = polarPanel.IsReversedOrder
polarPanel.IsReversedOrder = value
Gets or sets whether panel should arrange child elements in reverse order
public double MinimimalItemSize { get; set; }
value = polarPanel.MinimimalItemSize
polarPanel.MinimimalItemSize = value
Gets or sets minimal child size of panel
public bool StretchToSize { get; set; }
value = polarPanel.StretchToSize
polarPanel.StretchToSize = value
Gets or sets whether panel should stretch children to its size or not
Methods
public static bool GetShouldCopyThicknessToParent(UIElement element)
result = PolarPanel.GetShouldCopyThicknessToParent(element)
Gets the value of the ShouldCopyThicknessToParent attached property for a specified UIElement.
- element
public static double GetThickness(UIElement element)
result = PolarPanel.GetThickness(element)
Gets the value of the Thickness attached property for a specified UIElement.
- element
public static void SetShouldCopyThicknessToParent(UIElement element, bool value)
PolarPanel.SetShouldCopyThicknessToParent(element, value)
Sets the value of the ShouldCopyThicknessToParent attached property for a specified UIElement.
- element
- value
public static void SetThickness(UIElement element, double value)
PolarPanel.SetThickness(element, value)
Sets the value of the Thickness attached property for a specified UIElement.
- element
- value
Fields
public static readonly DependencyProperty IsReversedOrderProperty
value = PolarPanel.IsReversedOrderProperty
Defines the IsReversedOrder DependencyProperty
public static readonly DependencyProperty MinimimalItemSizeProperty
value = PolarPanel.MinimimalItemSizeProperty
Defines the MinimalItemSize DependencyProperty
public static readonly DependencyProperty ShouldCopyThicknessToParentProperty
value = PolarPanel.ShouldCopyThicknessToParentProperty
Defines the ShouldCopyThicknessToParent AttachedProperty
public static readonly DependencyProperty StretchToSizeProperty
value = PolarPanel.StretchToSizeProperty
Defines the StretchToSize DependencyProperty
public static readonly DependencyProperty ThicknessProperty
value = PolarPanel.ThicknessProperty
Defines the Thicknes AttachedProperty