Skip to main content
All docs
V23.2

SvgImageItemAppearanceCollection.Pressed Property

Gets the appearance settings applied in the pressed state.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public SvgImageItemAppearance Pressed { get; }

Property Value

Type Description
SvgImageItemAppearance

The appearance settings applied in the pressed state.

See Also