FontSize Property (TitleStyle)
In This Topic
Get or set the font size of the title
Syntax
'Declaration
Public Property FontSize As System.String
'Usage
Dim instance As TitleStyle
Dim value As System.String
instance.FontSize = value
value = instance.FontSize
public System.string FontSize {get; set;}
public read-write property FontSize: System.String;
public function get,set FontSize : System.String
public: __property System.string* get_FontSize();
public: __property void set_FontSize(
System.string* value
);
public:
property System.String^ FontSize {
System.String^ get();
void set ( System.String^ value);
}
See Also