Gets the angle of the protractor.
public float ProtractorAngle {get;}
public: __property float get_ProtractorAngle();
public:
property float ProtractorAngle {
float get();
}
'Declaration
Public ReadOnly Property ProtractorAngle As Single
'Usage
Dim instance As ProtractorTool
Dim value As Single
value = instance.ProtractorAngle
Property Value
A single value which represents the angle of the protractor.