This property sets whether or not the "font size" dropdown menu is displayed in the text object's extended property dialog.
[Visual Basic] Public Property
TextDialogFontSizeVisible As Boolean
[C#] public bool TextDialogFontSizeVisible
{get; set;}
Property Value
True: The "font size" dropdown menu is displayed
False: The "font size" dropdown menu is NOT displayed
Default value is True
Explanation
The TextDialogFontSizeVisible property sets whether or not the "font size" dropdown menu is displayed in the text object's extended property dialog.
When this property is False, the "font size" dropdown menu will not be displayed.
To display the text object's extended property dialog, the EnableTextDialog property must be set to True.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit