LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

MeasurementUnit Property (AnnRulerObject)

Show in webframe





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

            

            
public:
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 WPF Annotation Objects.
Example

For XAML example, refer to AnnRulerObject.

For C#/VB examples, refer to AnnRulerObject.

Requirements

Target Platforms

See Also

Reference

AnnRulerObject Class
AnnRulerObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.