RadialPanel

StockSharp.Xaml.Charting.Themes

The RadialPanel provdes panel which rotates its children with specified angle relative to center of panel

Inherits: Panel

Methods

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

Gets the value of the Angle attached property for a specified UIElement.

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

Gets the value of the IsHorizontal attached property for a specified UIElement.

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

Gets the value of the OriginPoint attached property for a specified UIElement.

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

Sets the value of the Angle attached property for a specified UIElement.

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

Sets the value of the IsHorizontal attached property for a specified UIElement.

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

Sets the value of the OriginPoint attached property for a specified UIElement.

element
value

Fields

AngleProperty
public static readonly DependencyProperty AngleProperty
value = RadialPanel.AngleProperty

Defines the Angle AttachedProperty

IsHorizontalProperty
public static readonly DependencyProperty IsHorizontalProperty
value = RadialPanel.IsHorizontalProperty

Defines the IsHorizontal AttachedProperty

OriginPointProperty
public static readonly DependencyProperty OriginPointProperty
value = RadialPanel.OriginPointProperty

Defines the OriginPoint AttachedProperty