FontSize Property (BookmarksTree)
In This Topic
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