Gets a PathGeometry that specifies the shape and position of the PieSlice.
Namespace: Mindscape.PhoneElements.ChartingAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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); } |