Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnProtractorObject Class : AngularUnitsAbbreviation Property |
public Dictionary<AnnAngularUnit,string> AngularUnitsAbbreviation {get;}
'Declaration
Public ReadOnly Property AngularUnitsAbbreviation As Dictionary(Of AnnAngularUnit,String)
public Dictionary<AnnAngularUnit,string> AngularUnitsAbbreviation {get;}
@property (nonatomic,readonly) NSMutableDictionary* angularUnitsAbbreviation;
public java.util.HashMap<AnnAngularUnit, String> getAngularUnitsAbbreviation()
get_AngularUnitsAbbreviation();
The AngularUnitsAbbreviation property resets to the appropriate value whenever the AnnAngularUnit property changes. To use a custom abbreviation, set the value of this property after setting the AnnAngularUnit property.
For more information, refer to Using Protractors in Annotation Objects.