IsPressed Property (ScrollBarElement.ScrollBarThumb)
In This Topic
Gets or sets whether the element should be displayed using the Style.Pressed style.
Syntax
'Declaration
Public Property IsPressed As Boolean
public bool IsPressed {get; set;}
See Also