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)
imagekitcontrolname.GetEdit().SetFontTrans(BOOL Val)
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.