The MeasurementUnit Property supports WPF/Silverlight.
The MeasurementUnit Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the unit of measure for this AnnPolyRulerObject. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Property MeasurementUnit As AnnUnit |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnPolyRulerObject Dim value As AnnUnit instance.MeasurementUnit = value value = instance.MeasurementUnit |
C# | |
---|---|
public AnnUnit MeasurementUnit {get; set;} |
Property Value
An AnnUnit value that specifies the unit of measure for this AnnPolyRulerObject.For C#/VB examples, refer to AnnPolyRulerObject.
For more information, refer to Using Rulers in WPF Annotation Objects.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)