PolarPanel
El PolarPanel proporciona el panel que organiza los elementos desde el centro de panel a los límites exteriores
Hereda de: Panel
Constructores
public PolarPanel()
polarPanel = PolarPanel()
Inicia una nueva instancia de PolarPanelclase
Propiedades
public bool IsReversedOrder { get; set; }
value = polarPanel.IsReversedOrder
polarPanel.IsReversedOrder = value
Obtiene o establece si el panel debe organizar elementos infantiles en orden inverso
public double MinimimalItemSize { get; set; }
value = polarPanel.MinimimalItemSize
polarPanel.MinimimalItemSize = value
Obtiene o establece el tamaño mínimo del niño del panel
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
public static bool GetShouldCopyThicknessToParent(UIElement element)
result = PolarPanel.GetShouldCopyThicknessToParent(element)
Obtiene el valor de la propiedad a ShouldCopyThicknessToParent para un UIElement especificado.
- element
public static double GetThickness(UIElement element)
result = PolarPanel.GetThickness(element)
Obtiene el valor de la propiedad de Thickness adjunta para un determinado UIElement.
- element
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
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
public static readonly DependencyProperty IsReversedOrderProperty
value = PolarPanel.IsReversedOrderProperty
Define el IsReversedOrder@DependencyProperty@
public static readonly DependencyProperty MinimimalItemSizeProperty
value = PolarPanel.MinimimalItemSizeProperty
Define el MinimalItemSize@DependencyProperty@
public static readonly DependencyProperty ShouldCopyThicknessToParentProperty
value = PolarPanel.ShouldCopyThicknessToParentProperty
Define el ShouldCopyThicknessToParent@AttachedProperty@
public static readonly DependencyProperty StretchToSizeProperty
value = PolarPanel.StretchToSizeProperty
Define el StretchToSize@DependencyProperty@
public static readonly DependencyProperty ThicknessProperty
value = PolarPanel.ThicknessProperty
Define el Thicknes AttachedProperty