This property retrieves whether or not the font for the text of the selected object is bold.

[Visual Basic] Public ReadOnly Property SelectedObjectFontBold As Boolean
[C#] public bool SelectedObjectFontBold {get;}

Property Value

True: The font is bold
False: The font is not bold
Default value is False.

Explanation

The SelectedObjectFontBold property retrieves whether or not the font for the text of the selected object is bold.

This property is only enabled when the selected object is the Text object.

When the EditKind property is set to values other than KindOfEdit.Select or when no object has been selected, this property value is False.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET2 is created by Newtone Corporation