Skip to main content
All docs
V25.1
  • LayoutControlItemImageOptions.AllowGlyphSkinning Property

    Gets or sets whether the icon is filled with the control’s foreground color.

    Namespace: DevExpress.XtraLayout

    Assembly: DevExpress.XtraLayout.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DefaultValue(DefaultBoolean.Default)]
    [DXCategory("Appearance")]
    public DefaultBoolean AllowGlyphSkinning { get; set; }

    Property Value

    Type Default Description
    DefaultBoolean Default

    Default to use the parent group’s AllowGlyphSkinning option; True to fill the icon with the control’s foreground color; False to display the icon as it is.

    Available values:

    Name Description Return Value
    True

    The value is true.

    0

    False

    The value is false.

    1

    Default

    The value is specified by a global option or a higher-level object.

    2

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to AllowGlyphSkinning
    LayoutControlItem
    .ImageOptions .AllowGlyphSkinning
    SimpleLabelItem
    .ImageOptions .AllowGlyphSkinning

    Remarks

    Use the ImageOptions property to access the following options, which allow you to specify the icon in the layout item’s label:

    SvgImage
    Specifies a vector image.
    ImageUri
    Specifies a universal resource identifier of an image in the DX Image Gallery.
    Image
    Specifies a raster image.
    ImageIndex
    Specifies an index of an image in the Images collection.
    Alignment
    Specifies the alignment of the image in the label.
    ImageToTextDistance
    Specifies the distance between the label’s text and icon.
    AllowGlyphSkinning

    Specifies whether the icon is filled with the label’s foreground color. This property overrides AllowGlyphSkinning options specified at the level of the parent group/owner control.

    LayoutControlItem - Glyph Skinning

    Tip

    We recommend using gray-scale icons from the DX Image Gallery for best visual results.

    See Also