RadialPanel

StockSharp.Xaml.Charting.Themes

Das RadialPanel provdes Panel, das seine Kinder mit einem bestimmten Winkel relativ zur Mitte des Panels dreht

Erbt von: Panel

Methoden

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

Bekommt den Wert der Angle-Eigenschaft für ein angegebenes UIElement.

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

Bekommt den Wert der IsHorizontal angehängten Eigenschaft für ein angegebenes UIElement.

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

Bekommt den Wert der OriginPoint angehängten Eigenschaft für ein angegebenes UIElement.

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

Legt den Wert der Angle-Eigenschaft für ein angegebenes UIElement fest.

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

Legt den Wert der IsHorizontal angehängten Eigenschaft für ein angegebenes UIElement fest.

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

Legt den Wert der OriginPoint angehängten Eigenschaft für ein angegebenes UIElement fest.

element
value

Felder

AngleProperty
public static readonly DependencyProperty AngleProperty
value = RadialPanel.AngleProperty

Definiert den Winkel AttachedProperty

IsHorizontalProperty
public static readonly DependencyProperty IsHorizontalProperty
value = RadialPanel.IsHorizontalProperty

Definiert die IsHorizontalAttachedProperty

OriginPointProperty
public static readonly DependencyProperty OriginPointProperty
value = RadialPanel.OriginPointProperty

Definiert die OriginPointAttachedProperty