ESRI.ArcGIS.ADF.Web.UI.WebControls
MouseOverOpacity Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > HoverExpandExtender Class : MouseOverOpacity Property




Opacity used when the mouse is hovering over the control.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Opacity used when the mouse is hovering over the control.")>
<ExtenderControlPropertyAttribute()>
<ClientPropertyNameAttribute("mouseOverOpacity")>
<DefaultValueAttribute()>
Public Property MouseOverOpacity As Single
Visual Basic (Usage)Copy Code
Dim instance As HoverExpandExtender
Dim value As Single
 
instance.MouseOverOpacity = value
 
value = instance.MouseOverOpacity
C# 
[ResDescriptionAttribute("Opacity used when the mouse is hovering over the control.")]
[ExtenderControlPropertyAttribute()]
[ClientPropertyNameAttribute("mouseOverOpacity")]
[DefaultValueAttribute()]
public float MouseOverOpacity {get; set;}

See Also

© 2010 All Rights Reserved.