In This Topic
Gets or sets a value indicating whether to make the text bold.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(False)>
Public Property Bold As System.Boolean
'Usage
Dim instance As Font
Dim value As System.Boolean
instance.Bold = value
value = instance.Bold
[System.ComponentModel.DefaultValue(false)]
public System.bool Bold {get; set;}
public read-write property Bold: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set Bold : System.boolean
[System.ComponentModel.DefaultValue(false)]
public: __property System.bool get_Bold();
public: __property void set_Bold(
System.bool value
);
[System.ComponentModel.DefaultValue(false)]
public:
property System.bool Bold {
System.bool get();
void set ( System.bool value);
}
See Also