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