←Select platform

Precision Property

Summary

Gets or sets the number of digits to the right of the decimal point when displaying the length of this AnnCrossProductObject object.

Syntax

C#
VB
C++
public int Precision { get; set; } 
  
Public Property Precision As Integer 
public: 
property int Precision { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly