SvgImageBox.SvgImage Property
Gets or sets the SVG image.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
SvgImage | null | The displayed SVG image. |
Remarks
You can assign an SVG image at design time and in code.
At design time, you can access and customize the loaded image’s elements with control’s designer.
See Also