DiagramImages.MenuIconSet Property
Specifies a set of icons to be used in the diagram UI elements.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(MenuIconSetType.NotSet)]
public MenuIconSetType MenuIconSet { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Menu |
Not |
The icon set type. |
Available values:
Name | Description |
---|---|
Not |
No icon set is used. When the default theme is applied, corresponds to the Colored value. |
Colored | Identifies an icon set containing colored images. |
Colored |
Identifies an icon set containing colored and bleached images. |
Gray |
Identifies an icon set containing grayscale images. |
Gray |
Identifies an icon set containing grayscale images with white hottracked coloring. |
Gray |
Identifies an icon set containing grayscale images with white hottracked coloring in the ribbon and root menu items. |
Svg |
Identifies an icon set containing svg images. |
Svg |
Identifies an icon set containing svg images with white hottracked coloring. |
#Remarks
The Diagram supports two icon sets: SvgGray
and SvgGrayWithWhiteHottrack
.
Other values of the MenuIconSetType enumeration are mapped according to following rules:
Colored
,ColoredLight
, andGrayScaled
values are mapped to theSvgGray
;GrayScaledWithWhiteHottrack
andGrayScaledWithWhiteHottrackInToolbar
values are mapped to theSvgGrayWithWhiteHottrack
.