Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

MeasurementUnit Property (AnnRulerObject)






Gets or sets a value that represents the unit of measure for this AnnRulerObject object.
Syntax
public virtual AnnUnit MeasurementUnit {get; set;}
'Declaration
 
Public Overridable Property MeasurementUnit As AnnUnit
'Usage
 
Dim instance As AnnRulerObject
Dim value As AnnUnit
 
instance.MeasurementUnit = value
 
value = instance.MeasurementUnit

            

            
public:
virtual property AnnUnit MeasurementUnit {
   AnnUnit get();
   void set (    AnnUnit value);
}

Property Value

An AnnUnit value that specifies the unit of measure for this AnnRulerObject object.
Remarks
For more information, refer to Using Rulers in Annotation Objects.
Example
For an example, refer to AnnRulerObject.
Requirements

Target Platforms

See Also

Reference

AnnRulerObject Class
AnnRulerObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)