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

Precision Property (AnnCrossProductObject)

Show in webframe





Gets or sets the number of digits to the right of the decimal point when displaying the length of this AnnCrossProductObject object.
Syntax
public int Precision {get; set;}
'Declaration
 
Public Property Precision As Integer
'Usage
 
Dim instance As AnnCrossProductObject
Dim value As Integer
 
instance.Precision = value
 
value = instance.Precision

            

            
public:
property int Precision {
   int get();
   void set (    int value);
}

Property Value

The number of digits to the right of the decimal point.
Remarks
If the ruler length is 135.683 and the precision is 2, the value 135.68 will be displayed.
For more information, refer to Using Rulers in WPF Annotation Objects.
Example

For XAML example, refer to AnnCrossProductObject.

For C#/VB examples, refer to AnnCrossProductObject.

Requirements

Target Platforms

See Also

Reference

AnnCrossProductObject Class
AnnCrossProductObject Members

 

 


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