C# Class csShared.Controls.OrientedRadialPanel

Inheritance: System.Windows.Controls.Canvas
Show file Open project: TNOCS/csTouch

Public Properties

Property Type Description
AngleProperty System.Windows.DependencyProperty
FixedAngleProperty System.Windows.DependencyProperty
MaxAngleProperty System.Windows.DependencyProperty
StartAngleProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetAngle ( DependencyObject obj ) : double
SetAngle ( DependencyObject obj, double value ) : void

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size
MeasureOverride ( Size availableSize ) : Size

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
return System.Windows.Size

GetAngle() public static method

public static GetAngle ( DependencyObject obj ) : double
obj System.Windows.DependencyObject
return double

MeasureOverride() protected method

protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size
return System.Windows.Size

SetAngle() public static method

public static SetAngle ( DependencyObject obj, double value ) : void
obj System.Windows.DependencyObject
value double
return void

Property Details

AngleProperty public static property

public static DependencyProperty,System.Windows AngleProperty
return System.Windows.DependencyProperty

FixedAngleProperty public static property

public static DependencyProperty,System.Windows FixedAngleProperty
return System.Windows.DependencyProperty

MaxAngleProperty public static property

public static DependencyProperty,System.Windows MaxAngleProperty
return System.Windows.DependencyProperty

StartAngleProperty public static property

public static DependencyProperty,System.Windows StartAngleProperty
return System.Windows.DependencyProperty