Gets a PathGeometry that specifies the shape and position of the PieSlice.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public PathGeometry PathData { get; internal set; }
Visual Basic
Public Property PathData As PathGeometry
	Get
	Friend Set
Visual C++
public:
property PathGeometry^ PathData {
	PathGeometry^ get ();
	internal: void set (PathGeometry^ value);
}

See Also