SvgImageItemAppearanceCollection.Normal Property
In This Article
Gets the appearance settings applied in the normal state.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public SvgImageItemAppearance Normal { get; }
#Property Value
Type | Description |
---|---|
Svg |
The appearance settings applied in the normal state. |
See Also