ButtonChrome.RenderPressed Property

Definition

Gets or sets a value indicating whether the Button 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 Button appears pressed; otherwise false.

Remarks

Dependency Property Information

Identifier field RenderPressedProperty
Metadata properties set to true AffectsRender (however, this property might not be set in all themes)

Applies to