This property sets whether or not the font for the text of the selected Text or Stamp object is bold.
[Visual Basic] Public Property
SelectedObjectFontBold As Boolean
[C#] public bool SelectedObjectFontBold {get;
set;}
Property Value
True: The font of the selected Text or Stamp object is bold
False: The font of the selected Text or Stamp object is not
bold
Default value is False.
Explanation
The SelectedObjectFontBold property sets whether or not the font for the text of the selected Text or Stamp object is bold.
This property is only enabled when the selected object is a Text or Stamp object.
When the EditKind property is set to values other than KindOfEdit.Select, when no object has been selected, or when the selected object is not a Text or Stamp object, this property value is False.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit