Font.Bold Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the font is bold.
public:
property System::Object ^ Bold { System::Object ^ get(); void set(System::Object ^ value); };
public object Bold { get; set; }
Public Property Bold As Object