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