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 > AnnUnitConverter Class : SmartEnglishMaximumUnit Property |
public static AnnUnit SmartEnglishMaximumUnit {get; set;}
'Declaration
Public Shared Property SmartEnglishMaximumUnit As AnnUnit
public static AnnUnit SmartEnglishMaximumUnit {get; set;}
@property (nonatomic) LTAnnUnit smartEnglishMaximumUnit;
public static AnnUnit getSmartEnglishMaximumUnit() public static void setSmartEnglishMaximumUnit(AnnUnit unit)
get_SmartEnglishMaximumUnit();
set_SmartEnglishMaximumUnit(value);
Object.defineProperty('SmartEnglishMaximumUnit');
SmartEnglishMaximumUnit controls what is the maximum unit to use when representing a smart English length value. For example if the length is 1 yard 1 ft and 1 inches, it can be represented in feets only as 9ft 1in by setting the value of SmartEnglishMaximumUnit to AnnUnit.Feet. The default value of AnnUnit.SmartEnglish means use the default behavior of no maximum and the in the case above, will show 1 yard, 1 ft and 1 in.