This property sets the characteristics of the fonts used by the image editing toolbar

[Visual Basic]   imagekitcontrolname.Edit.FontTrans = Boolean ]
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetEdit().GetFontTrans()imagekitcontrolname.GetEdit().SetFontTrans(BOOL Val)
[VB.NET]   imagekitcontrolname.Edit.FontTrans[ = Boolean ]
[C#.NET]   imagekitcontrolname.Edit.FontTrans[ = bool ]

Property Value

FontTrans sets whether or not the background color of the text is transparent.


Value Explanation
True Enables the property (default)
False Disables the property

Explanation

The FontTrans property sets whether or not the background color of the text is transparent. The default value is True.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation