←Select platform

AngularUnit Property

Summary

Gets or sets the angular unit of the angle of this protractor.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnAngularUnit AngularUnit { get; set; } 
Public Property AngularUnit As Leadtools.Annotations.Core.AnnAngularUnit 
public Leadtools.Annotations.Core.AnnAngularUnit AngularUnit {get; set;} 
@property (nonatomic) LTAnnAngularUnit angularUnit; 
public AnnAngularUnit getAngularUnit() 
public void setAngularUnit(AnnAngularUnit unit) 
             
  
get_AngularUnit(); 
set_AngularUnit(value); 
Object.defineProperty('AngularUnit');  
public:  
   property AnnAngularUnit^ AngularUnit 
   { 
      AnnAngularUnit^ get() 
      void set(AnnAngularUnit^ value) 
   } 

Property Value

An AnnAngularUnit value that specifies the unit of the angle of this protractor.

Remarks

For more information, refer to Using Protractors in Annotation Objects.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly