[Description("Specifies if a drop shadow should be placed under the caption.")]
[DefaultValue()]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property bool get_ShadowText();
public: __property void set_ShadowText(
boolvalue
);
'Usage
Dim instance As Caption
Dim value As Boolean
instance.ShadowText = value
value = instance.ShadowText
Property Value
A boolean value which is true if a drop shadow should be placed under the caption. Otherwise, false should be used to not place a drop shadow under the caption.
Remarks
The default value is true.
The color of the drop shadow is calculated automatically from the value of the ForeColor property.