ESRI.ArcGIS.ADF.Web.UI.WebControls
Shadow Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CopyrightText Class : Shadow Property




Gets or sets a shadow on the text.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("A boolean value indicating whether or not to show a shadow on the text.")>
<PersistenceModeAttribute()>
Public Property Shadow As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CopyrightText
Dim value As Boolean
 
instance.Shadow = value
 
value = instance.Shadow
C# 
[ResCategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("A boolean value indicating whether or not to show a shadow on the text.")]
[PersistenceModeAttribute()]
public bool Shadow {get; set;}

Remarks

The default read order is false, or left to right.

See Also

© 2010 All Rights Reserved.