Gets or sets the color of bold text.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property BoldColor As Color |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Vt
Dim value As Color
instance.BoldColor = value
value = instance.BoldColor |
| C# | |
|---|
public Color BoldColor {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property Color get_BoldColor();
public: __property void set_BoldColor(
Color value
); |
| C++/CLI | |
|---|
public:
property Color BoldColor {
Color get();
void set ( Color value);
} |
Property Value
A
System.Drawing.Color value specifying the color of bold text.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also