In This Topic

Scale Property (AnnotationPolyRuler)

In This Topic
Defines the scale of the ruler.
Syntax
'Declaration

 

Public Shadows Property Scale As Single
public new float Scale {get; set;}
public read-write property Scale: Single; 
public hide function get,set Scale : float
public: __property new float get_Scale();

public: __property new void set_Scale( 

   float value

);
public:

new property float Scale {

   float get();

   void set (    float value);

}
See Also