Gets this pie slice. This is useful for binding to this pie slice when the center point changes.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PieSlice Self { get; }
Visual Basic
Public ReadOnly Property Self As PieSlice
	Get
Visual C++
public:
property PieSlice^ Self {
	PieSlice^ get ();
}

See Also