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 AnnCrossProductObject object. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Property MeasurementUnit As AnnUnit |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnCrossProductObject 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 AnnCrossProductObject object.For XAML example, refer to AnnCrossProductObject.
For C#/VB examples, refer to AnnCrossProductObject.
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)