In This Topic

FontSize Property (BookmarksTree)

In This Topic
Defines the size of the font used to display text nodes. Default value is 10.
Syntax
'Declaration
 
Public Property FontSize As Single
public float FontSize {get; set;}
public read-write property FontSize: Single; 
public function get,set FontSize : float
public: __property float get_FontSize();
public: __property void set_FontSize( 
   float value
);
public:
property float FontSize {
   float get();
   void set (    float value);
}
See Also