ScrollChrome.RenderPressed Property

Definition

Gets or sets a value indicating whether the ScrollBar appears pressed.

public:
 property bool RenderPressed { bool get(); void set(bool value); };
public bool RenderPressed { get; set; }
member this.RenderPressed : bool with get, set
Public Property RenderPressed As Boolean

Property Value

true if the ScrollBar appears pressed; otherwise false.

Remarks

Dependency Property Information

Identifier field RenderPressedProperty
Metadata properties set to true AffectsRender

Applies to