RadialPanel

StockSharp.Xaml.Charting.Themes

RadialPanel 显示面板, 以指定角度旋转其子/ 面板中心

继承自: Panel

方法

GetAngle
public static double GetAngle(UIElement element)
result = RadialPanel.GetAngle(element)

获取指定的 UIElement 的 Angle 属性的值。

element
GetIsHorizontal
public static bool GetIsHorizontal(UIElement element)
result = RadialPanel.GetIsHorizontal(element)

获取指定的UIElement 的 IsHorizontal 附属属性的值 。

element
GetOriginPoint
public static Point GetOriginPoint(UIElement element)
result = RadialPanel.GetOriginPoint(element)

获取指定的UIElement 的 OriginPoint 附属属性的值 。

element
SetAngle
public static void SetAngle(UIElement element, double value)
RadialPanel.SetAngle(element, value)

设置指定的 UIElement 的 Angle 附属属性的值。

element
value
SetIsHorizontal
public static void SetIsHorizontal(UIElement element, bool value)
RadialPanel.SetIsHorizontal(element, value)

设置指定的 UIElement 的 IsHorizontal 附属属性的值 。

element
value
SetOriginPoint
public static void SetOriginPoint(UIElement element, Point value)
RadialPanel.SetOriginPoint(element, value)

设置指定的 UIElement 的 OriginPoint 附属属性的值 。

element
value

字段

AngleProperty
public static readonly DependencyProperty AngleProperty
value = RadialPanel.AngleProperty

定义角 {}AttachedProperty}{}

IsHorizontalProperty
public static readonly DependencyProperty IsHorizontalProperty
value = RadialPanel.IsHorizontalProperty

定义 IsHorizontal AttachedProperty 定义

OriginPointProperty
public static readonly DependencyProperty OriginPointProperty
value = RadialPanel.OriginPointProperty

Defines the OriginPoint AttachedProperty