PolarPanel
StockSharp.Xaml.Charting.Themes
PolarPanel 提供了从面板中心到外框排列物品的面板
继承自: Panel
构造函数
属性
IsReversedOrder
public bool IsReversedOrder { get; set; }
value = polarPanel.IsReversedOrder
polarPanel.IsReversedOrder = value
获取或设定面板是否按倒序排列子元素
MinimimalItemSize
public double MinimimalItemSize { get; set; }
value = polarPanel.MinimimalItemSize
polarPanel.MinimimalItemSize = value
获得或设置最小的儿童面板大小
StretchToSize
public bool StretchToSize { get; set; }
value = polarPanel.StretchToSize
polarPanel.StretchToSize = value
获得或设定是否将儿童拉到其大小
方法
GetShouldCopyThicknessToParent
public static bool GetShouldCopyThicknessToParent(UIElement element)
result = PolarPanel.GetShouldCopyThicknessToParent(element)
获取指定的UIElement 的 ShouldCopyThicknessToParent 附属属性的值 。
- element
GetThickness
public static double GetThickness(UIElement element)
result = PolarPanel.GetThickness(element)
获取指定的 UIElement 的厚度属性的值。
- element
SetShouldCopyThicknessToParent
public static void SetShouldCopyThicknessToParent(UIElement element, bool value)
PolarPanel.SetShouldCopyThicknessToParent(element, value)
设置指定的 UIElement 的 ShouldCopyThicknessToParent 附属属性的值 。
- element
- value
SetThickness
public static void SetThickness(UIElement element, double value)
PolarPanel.SetThickness(element, value)
设置指定的 UIElement 的厚度所附带属性的值。
- element
- value
字段
IsReversedOrderProperty
public static readonly DependencyProperty IsReversedOrderProperty
value = PolarPanel.IsReversedOrderProperty
定义 IsReversedOrder DependencyProperty 定义
MinimimalItemSizeProperty
public static readonly DependencyProperty MinimimalItemSizeProperty
value = PolarPanel.MinimimalItemSizeProperty
定义 MinimalItemSize DependencyProperty 定义
ShouldCopyThicknessToParentProperty
public static readonly DependencyProperty ShouldCopyThicknessToParentProperty
value = PolarPanel.ShouldCopyThicknessToParentProperty
定义 ShouldCopyThicknessToParent AttachedProperty 定义
StretchToSizeProperty
public static readonly DependencyProperty StretchToSizeProperty
value = PolarPanel.StretchToSizeProperty
定义 StretchToSize DependencyProperty 定义
ThicknessProperty
public static readonly DependencyProperty ThicknessProperty
value = PolarPanel.ThicknessProperty
Defines the Thicknes AttachedProperty