In This Topic

FontSize Property (AnnotationPolyRuler)

In This Topic
The size of the font to be used to render the text.
Syntax
'Declaration
 
Public Shadows Property FontSize As Single
public new float FontSize {get; set;}
public read-write property FontSize: Single; 
public hide function get,set FontSize : float
public: __property new float get_FontSize();
public: __property new void set_FontSize( 
   float value
);
public:
new property float FontSize {
   float get();
   void set (    float value);
}
See Also