This property sets the alpha value for the TextColor2 property
[C++Builder] imagekitcontrolname->PrintDraw->Alpha2
[ = short ]
[Delphi] imagekitcontrolname.PrintDraw.Alpha2
[ = Smallint ]
Property Value
The alpha value for the TextColor2 property. (from 0 to 255)
Explanation
The Alpha2 property sets the alpha value for the TextColor2 property.
When this property value is 255, there is no transparency. This property is used with the DrawString method.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.