In This Topic

FontSize Property (BookmarksTree)

In This Topic
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