In This Topic

ItemFontSize Property

In This Topic
Syntax
'Declaration

 

Public Property ItemFontSize As Double
public double ItemFontSize {get; set;}
public read-write property ItemFontSize: Double; 
public function get,set ItemFontSize : double
public: __property double get_ItemFontSize();

public: __property void set_ItemFontSize( 

   double value

);
public:

property double ItemFontSize {

   double get();

   void set (    double value);

}
See Also