Accusoft.TwainPro9.Net
ShadowText Property




Gets and sets an indicator if a drop shadow should be placed under the caption.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies if a drop shadow should be placed under the caption.")>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ShadowText As Boolean
'Usage
 
Dim instance As Caption
Dim value As Boolean
 
instance.ShadowText = value
 
value = instance.ShadowText
[DescriptionAttribute("Specifies if a drop shadow should be placed under the caption.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool ShadowText {get; set;}
[DescriptionAttribute("Specifies if a drop shadow should be placed under the caption.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property bool get_ShadowText();
public: __property void set_ShadowText( 
   bool value
);
[DescriptionAttribute("Specifies if a drop shadow should be placed under the caption.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property bool ShadowText {
   bool get();
   void set (    bool value);
}

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.

See Also

Reference

Caption Class
Caption Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback