PolarPanel

StockSharp.Xaml.Charting.Themes

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

Hereda de: Panel

Constructores

PolarPanel()

Initializes a new instance of PolarPanel class

Propiedades

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

Métodos

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

Campos

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