In This Topic
Gets or sets the font size.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(15)>
Public Property Size As System.Single
'Usage
Dim instance As Font
Dim value As System.Single
instance.Size = value
value = instance.Size
[System.ComponentModel.DefaultValue(15)]
public System.float Size {get; set;}
public read-write property Size: System.Single;
System.ComponentModel.DefaultValueAttribute(15)
public function get,set Size : System.float
[System.ComponentModel.DefaultValue(15)]
public: __property System.float get_Size();
public: __property void set_Size(
System.float value
);
[System.ComponentModel.DefaultValue(15)]
public:
property System.float Size {
System.float get();
void set ( System.float value);
}
See Also