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




Opacity used when the mouse is not hovering over the control.

Syntax

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

See Also

© 2010 All Rights Reserved.