PolarPanel
O PolarPanel fornece o painel que organiza itens do centro do painel para os limites externos
Herda de: Panel
Construtores
public PolarPanel()
polarPanel = PolarPanel()
Inicializa uma nova instância de PolarPanel class
Propriedades
public bool IsReversedOrder { get; set; }
value = polarPanel.IsReversedOrder
polarPanel.IsReversedOrder = value
Obtém ou define se o painel deve organizar elementos filhos em ordem inversa
public double MinimimalItemSize { get; set; }
value = polarPanel.MinimimalItemSize
polarPanel.MinimimalItemSize = value
Obtém ou define o tamanho mínimo do painel
public bool StretchToSize { get; set; }
value = polarPanel.StretchToSize
polarPanel.StretchToSize = value
Obtém ou define se o painel deve esticar as crianças para o seu tamanho ou não
Métodos
public static bool GetShouldCopyThicknessToParent(UIElement element)
result = PolarPanel.GetShouldCopyThicknessToParent(element)
Obtém o valor da propriedade ShouldCopyThicknessToParent anexada para um UIElement especificado.
- element
public static double GetThickness(UIElement element)
result = PolarPanel.GetThickness(element)
Obtém o valor da propriedade em anexo para um UIElement especificado.
- element
public static void SetShouldCopyThicknessToParent(UIElement element, bool value)
PolarPanel.SetShouldCopyThicknessToParent(element, value)
Define o valor da propriedade ShouldCopyThicknessToParent anexada para uma UIElement especificada.
- element
- value
public static void SetThickness(UIElement element, double value)
PolarPanel.SetThickness(element, value)
Define o valor da propriedade em anexo para uma UIElement especificada.
- element
- value
Campos
public static readonly DependencyProperty IsReversedOrderProperty
value = PolarPanel.IsReversedOrderProperty
Define IsReversedOrder DependencyProperty @
public static readonly DependencyProperty MinimimalItemSizeProperty
value = PolarPanel.MinimimalItemSizeProperty
Define MinimalItemSize DependencyProperty @
public static readonly DependencyProperty ShouldCopyThicknessToParentProperty
value = PolarPanel.ShouldCopyThicknessToParentProperty
Define ShouldCopyThicknessToParent AttachedProperty @
public static readonly DependencyProperty StretchToSizeProperty
value = PolarPanel.StretchToSizeProperty
Define StretchToSize DependencyProperty @
public static readonly DependencyProperty ThicknessProperty
value = PolarPanel.ThicknessProperty
Define as espessuras AttachedProperty