| Visual Basic (Declaration) | |
|---|---|
Overridable Property AngularUnit As AnnAngularUnit | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual AnnAngularUnit AngularUnit {get; set;} | |
| C++/CLI | |
|---|---|
virtual property AnnAngularUnit AngularUnit { AnnAngularUnit get(); void set (AnnAngularUnit value); } | |
Return Value
An AnnAngularUnit value that specifies the unit of measure for the angle of the protractor.
For more information, refer to Using Protractors in Annotation Objects.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code