PolarPanel

StockSharp.Xaml.Charting.Themes

The PolarPanel provides the panel which arranges items from center of panel to outer bounds

Inherits: Panel

Constructors

PolarPanel
public PolarPanel()
polarPanel = PolarPanel()

Initializes a new instance of PolarPanel class

Properties

IsReversedOrder
public bool IsReversedOrder { get; set; }
value = polarPanel.IsReversedOrder
polarPanel.IsReversedOrder = value

Gets or sets whether panel should arrange child elements in reverse order

MinimimalItemSize
public double MinimimalItemSize { get; set; }
value = polarPanel.MinimimalItemSize
polarPanel.MinimimalItemSize = value

Gets or sets minimal child size of panel

StretchToSize
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

GetShouldCopyThicknessToParent
public static bool GetShouldCopyThicknessToParent(UIElement element)
result = PolarPanel.GetShouldCopyThicknessToParent(element)

Gets the value of the ShouldCopyThicknessToParent attached property for a specified UIElement.

element
GetThickness
public static double GetThickness(UIElement element)
result = PolarPanel.GetThickness(element)

Gets the value of the Thickness attached property for a specified UIElement.

element
SetShouldCopyThicknessToParent
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
SetThickness
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

IsReversedOrderProperty
public static readonly DependencyProperty IsReversedOrderProperty
value = PolarPanel.IsReversedOrderProperty

Defines the IsReversedOrder DependencyProperty

MinimimalItemSizeProperty
public static readonly DependencyProperty MinimimalItemSizeProperty
value = PolarPanel.MinimimalItemSizeProperty

Defines the MinimalItemSize DependencyProperty

ShouldCopyThicknessToParentProperty
public static readonly DependencyProperty ShouldCopyThicknessToParentProperty
value = PolarPanel.ShouldCopyThicknessToParentProperty

Defines the ShouldCopyThicknessToParent AttachedProperty

StretchToSizeProperty
public static readonly DependencyProperty StretchToSizeProperty
value = PolarPanel.StretchToSizeProperty

Defines the StretchToSize DependencyProperty

ThicknessProperty
public static readonly DependencyProperty ThicknessProperty
value = PolarPanel.ThicknessProperty

Defines the Thicknes AttachedProperty