ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTProtractor Interface / Precision Property




In This Topic
    Precision Property (IImGearARTProtractor)
    In This Topic
    Gets or sets the number of decimal digits displayed for the mark.
    Syntax
    'Declaration
     
    Property Precision As Integer
    'Usage
     
    Dim instance As IImGearARTProtractor
    Dim value As Integer
     
    instance.Precision = value
     
    value = instance.Precision
    int Precision {get; set;}
    __property int get_Precision();
    __property void set_Precision( 
       int value
    );
    property int Precision {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also