RadialPanel
StockSharp.Xaml.Charting.Themes
El panel RadialPanel provdes que gira a sus hijos con ángulo específico relativo al centro de panel
Hereda de: Panel
Métodos
GetAngle
public static double GetAngle(UIElement element)
result = RadialPanel.GetAngle(element)
Obtiene el valor de la propiedad anglosa adjunta para un determinado UIElement.
- element
GetIsHorizontal
public static bool GetIsHorizontal(UIElement element)
result = RadialPanel.GetIsHorizontal(element)
Obtiene el valor de la propiedad a IsHorizontal para un UIElement especificado.
- element
GetOriginPoint
public static Point GetOriginPoint(UIElement element)
result = RadialPanel.GetOriginPoint(element)
Obtiene el valor de la propiedad a OriginPoint para un UIElement especificado.
- element
SetAngle
public static void SetAngle(UIElement element, double value)
RadialPanel.SetAngle(element, value)
Establece el valor de la propiedad anglosa adjunta para un determinado UIElement.
- element
- value
SetIsHorizontal
public static void SetIsHorizontal(UIElement element, bool value)
RadialPanel.SetIsHorizontal(element, value)
Establece el valor de la propiedad a IsHorizontal para un UIElement especificado.
- element
- value
SetOriginPoint
public static void SetOriginPoint(UIElement element, Point value)
RadialPanel.SetOriginPoint(element, value)
Establece el valor de la propiedad a OriginPoint para un UIElement especificado.
- element
- value
Campos
AngleProperty
public static readonly DependencyProperty AngleProperty
value = RadialPanel.AngleProperty
Define el Angle AttachedProperty
IsHorizontalProperty
public static readonly DependencyProperty IsHorizontalProperty
value = RadialPanel.IsHorizontalProperty
Define el IsHorizontal@AttachedProperty@
OriginPointProperty
public static readonly DependencyProperty OriginPointProperty
value = RadialPanel.OriginPointProperty
Define el OriginPoint@AttachedProperty@