PolarPanel

StockSharp.Xaml.Charting.Themes

El PolarPanel proporciona el panel que organiza los elementos desde el centro de panel a los límites exteriores

Hereda de: Panel

Constructores

PolarPanel
public PolarPanel()
polarPanel = PolarPanel()

Inicia una nueva instancia de PolarPanelclase

Propiedades

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

Obtiene o establece si el panel debe organizar elementos infantiles en orden inverso

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

Obtiene o establece el tamaño mínimo del niño del panel

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

Obtiene o establece si el panel debe estirar a los niños a su tamaño o no

Métodos

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

Obtiene el valor de la propiedad a ShouldCopyThicknessToParent para un UIElement especificado.

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

Obtiene el valor de la propiedad de Thickness adjunta para un determinado UIElement.

element
SetShouldCopyThicknessToParent
public static void SetShouldCopyThicknessToParent(UIElement element, bool value)
PolarPanel.SetShouldCopyThicknessToParent(element, value)

Establece el valor de la propiedad a ShouldCopyThicknessToParent para un UIElement especificado.

element
value
SetThickness
public static void SetThickness(UIElement element, double value)
PolarPanel.SetThickness(element, value)

Establece el valor de la propiedad de Thickness adjunta para un determinado UIElement.

element
value

Campos

IsReversedOrderProperty
public static readonly DependencyProperty IsReversedOrderProperty
value = PolarPanel.IsReversedOrderProperty

Define el IsReversedOrder@DependencyProperty@

MinimimalItemSizeProperty
public static readonly DependencyProperty MinimimalItemSizeProperty
value = PolarPanel.MinimimalItemSizeProperty

Define el MinimalItemSize@DependencyProperty@

ShouldCopyThicknessToParentProperty
public static readonly DependencyProperty ShouldCopyThicknessToParentProperty
value = PolarPanel.ShouldCopyThicknessToParentProperty

Define el ShouldCopyThicknessToParent@AttachedProperty@

StretchToSizeProperty
public static readonly DependencyProperty StretchToSizeProperty
value = PolarPanel.StretchToSizeProperty

Define el StretchToSize@DependencyProperty@

ThicknessProperty
public static readonly DependencyProperty ThicknessProperty
value = PolarPanel.ThicknessProperty

Define el Thicknes AttachedProperty