BB FlashBack SDK: FBTextBoxProperties

Shadow

Description

Set to True to draw a shadow below and to the right of the text box. The shadow width, color and opacity are determined by the ShadowColor, ShadowWidth and ShadowOpacity parameters.
 

Syntax

[C#/C++]
public Bool Shadow;

[VB.NET]
Public Property Shadow As Boolean
 

See Also

FBTextBoxProperties::ShadowColor  FBTextBoxProperties::ShadowWidth  FBTextBoxProperties::ShadowOpacity