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