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 Shadows Property FontSize As Double
public new double FontSize {get; set;}
public read-write property FontSize: Double; 
public hide function get,set FontSize : double
public: __property new double get_FontSize();
public: __property new void set_FontSize( 
   double value
);
public:
new property double FontSize {
   double get();
   void set (    double value);
}
See Also