ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADLinearRuler Class / DimensionScale Property




In This Topic
    DimensionScale Property
    In This Topic
    Scale of the ruler
    Syntax
    'Declaration
     
    Public Property DimensionScale As Double
    'Usage
     
    Dim instance As CADLinearRuler
    Dim value As Double
     
    instance.DimensionScale = value
     
    value = instance.DimensionScale
    public double DimensionScale {get; set;}
    public: __property double get_DimensionScale();
    public: __property void set_DimensionScale( 
       double value
    );
    public:
    property double DimensionScale {
       double get();
       void set (    double value);
    }
    See Also