SvgImageBoxOptionsExport.StoreAppearance Property
Gets or sets whether the ExportSvgImage method saves item appearance settings. The property allows you to choose which appearance settings to save.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
DevExpress.XtraEditors.AppearanceTypes | None | A combination of flags that specify which item appearance settings to save. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to StoreAppearance |
---|---|
SvgImageBox |
|
Remarks
The StoreAppearance property is a combination of bit flags that specify whether to save the item appearance settings (SvgImageBox.ItemAppearance and SvgImageItem.Appearance) applied in the normal, selected, hovered and disabled states.
You can set the StoreAppearance property as follows:
At the control’s level using the SvgImageBox.OptionsExport.StoreAppearance setting. The ExportSvgImage methods use this setting when you call them without an optional exportOptions parameter.
At the ExportSvgImage method’s level using the exportOptions parameter.
See SvgImageBox.ExportSvgImage for more information.