C# Class TrakHound_UI.PiePiece

Inheritance: System.Windows.Shapes.Shape
ファイルを表示 Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Properties

Property Type Description
CentreXProperty System.Windows.DependencyProperty
CentreYProperty System.Windows.DependencyProperty
InnerRadiusProperty System.Windows.DependencyProperty
PercentageProperty System.Windows.DependencyProperty
PieceValueProperty System.Windows.DependencyProperty
PushOutProperty System.Windows.DependencyProperty
RadiusProperty System.Windows.DependencyProperty
RotationAngleProperty System.Windows.DependencyProperty
WedgeAngleProperty System.Windows.DependencyProperty

Public Methods

Method Description
ComputeCartesianCoordinate ( double angle, double radius ) : Point

Private Methods

Method Description
DrawGeometry ( System.Windows.Media.StreamGeometryContext context ) : void

Draws the pie piece

Method Details

ComputeCartesianCoordinate() public static method

public static ComputeCartesianCoordinate ( double angle, double radius ) : Point
angle double
radius double
return Point

Property Details

CentreXProperty public_oe static_oe property

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

CentreYProperty public_oe static_oe property

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

InnerRadiusProperty public_oe static_oe property

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

PercentageProperty public_oe static_oe property

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

PieceValueProperty public_oe static_oe property

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

PushOutProperty public_oe static_oe property

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

RadiusProperty public_oe static_oe property

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

RotationAngleProperty public_oe static_oe property

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

WedgeAngleProperty public_oe static_oe property

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