This property sets the characteristics of the fonts used by the image editing toolbar
[Visual
Basic]   imagekitcontrolname.Edit.FontBold[
= Boolean ]
[Visual C++]     [
BOOL =
]imagekitcontrolname.GetEdit().GetFontBold()imagekitcontrolname.GetEdit().SetFontBold(BOOL
Val)
[VB.NET]   imagekitcontrolname.Edit.FontBold[
= Boolean ]
[C#.NET]   imagekitcontrolname.Edit.FontBold[
= bool ]
Property Value
FontBold sets the font to bold.
| Value | Explanation | 
|---|---|
| True | Enables the property | 
| False | Disables the property(default) | 
Explanation
The FontBold property sets the font to bold. The default value is False.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.