AxisLayoutHelper

StockSharp.Xaml.Charting.Common

附加属性, 用于辅助轴的布局。 由 超图 在主题中内部使用

方法

GetAxisAlignment
public static AxisAlignment GetAxisAlignment(DependencyObject obj)
result = AxisLayoutHelper.GetAxisAlignment(obj)

获得轴向对齐。

obj
物为所取.
GetIsInsideItem
public static bool GetIsInsideItem(DependencyObject obj)
result = AxisLayoutHelper.GetIsInsideItem(obj)

得到的就是内项。

obj
物为所取.
GetIsOutsideItem
public static bool GetIsOutsideItem(DependencyObject obj)
result = AxisLayoutHelper.GetIsOutsideItem(obj)

得到的是外项目。

obj
物为所取.
SetAxisAlignment
public static void SetAxisAlignment(DependencyObject obj, AxisAlignment value)
AxisLayoutHelper.SetAxisAlignment(obj, value)

设置轴向对齐。

obj
物为所取.
value
价值 价值
SetIsInsideItem
public static void SetIsInsideItem(DependencyObject obj, bool value)
AxisLayoutHelper.SetIsInsideItem(obj, value)

设置为内项 。

obj
物为所取.
value
如果设置为正 [值]。
SetIsOutsideItem
public static void SetIsOutsideItem(DependencyObject obj, bool value)
AxisLayoutHelper.SetIsOutsideItem(obj, value)

设置为外部项目。

obj
物为所取.
value
如果设置为正 [值]。

字段

AxisAlignmentProperty
public static readonly DependencyProperty AxisAlignmentProperty
value = AxisLayoutHelper.AxisAlignmentProperty

轴对齐属性

IsInsideItemProperty
public static readonly DependencyProperty IsInsideItemProperty
value = AxisLayoutHelper.IsInsideItemProperty

内在物品属性

IsOutsideItemProperty
public static readonly DependencyProperty IsOutsideItemProperty
value = AxisLayoutHelper.IsOutsideItemProperty

外项财产