windowsforms-devexpress-dot-xtraeditors-dot-pictureedit-e7c64a90.md
Gets or sets the colorization mode for the PictureEdit object’s SVG image.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(SvgImageColorizationMode.Default)]
[DXCategory("Appearance")]
public SvgImageColorizationMode SvgImageColorizationMode { get; set; }
<DefaultValue(SvgImageColorizationMode.Default)>
<DXCategory("Appearance")>
Public Property SvgImageColorizationMode As SvgImageColorizationMode
| Type | Default | Description |
|---|---|---|
| DevExpress.Utils.SvgImageColorizationMode | Default |
Colorization mode.
|
If a vector icon meets DevExpress color requirements, DevExpress controls can adjust this icon’s colors according to the active application Skin. This property allows you to choose how this colorization works.
The figure below illustrates an icon from the DevExpress Image Gallery as it appears in three bar items with different SvgImageColorizationMode settings.
See Also