PolarPanel

StockSharp.Xaml.Charting.Themes

PolarPanel はパネルの中央から外側の境界まで項目を整理するパネルを提供します

継承元: Panel

コンストラクター

PolarPanel
public PolarPanel()
polarPanel = PolarPanel()

PolarPanel クラスの新規インスタンスを初期化

プロパティ

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

電子メール:IsReversedOrderDependencyProperty@

MinimimalItemSizeProperty
public static readonly DependencyProperty MinimimalItemSizeProperty
value = PolarPanel.MinimimalItemSizeProperty

電子メール:MinimalItemSizeDependencyProperty@

ShouldCopyThicknessToParentProperty
public static readonly DependencyProperty ShouldCopyThicknessToParentProperty
value = PolarPanel.ShouldCopyThicknessToParentProperty

電子メール:ShouldCopyThicknessToParentAttachedProperty@

StretchToSizeProperty
public static readonly DependencyProperty StretchToSizeProperty
value = PolarPanel.StretchToSizeProperty

電子メール:StretchToSizeDependencyProperty@

ThicknessProperty
public static readonly DependencyProperty ThicknessProperty
value = PolarPanel.ThicknessProperty

Defines the Thicknes AttachedProperty