Gets the angle of this
AnnProtractorObject object.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property ProtractorAngle As Double |
C# | |
---|
public double ProtractorAngle {get;} |
C++/CLI | |
---|
public:
property double ProtractorAngle {
double get();
} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
The angle of this
AnnProtractorObject object.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also