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




Gets or sets a halo around the text.

Syntax

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

Remarks

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

See Also

© 2010 All Rights Reserved.