ImageGear .NET v24.12 - Updated
Precision Property (ImGearARTProtractor)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTProtractor Class : Precision Property
Gets or sets the number of decimal digits displayed for the mark.
Syntax
'Declaration
 
Public Property Precision As Integer
'Usage
 
Dim instance As ImGearARTProtractor
Dim value As Integer
 
instance.Precision = value
 
value = instance.Precision
public int Precision {get; set;}
public: __property int get_Precision();
public: __property void set_Precision( 
   int value
);
public:
property int Precision {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
The default value is 1.
See Also

Reference

ImGearARTProtractor Class
ImGearARTProtractor Members