Skip to main content
A newer version of this page is available. .

BadgeDefaultProperties.AllowGlyphSkinning Property

Gets or sets whether or not the glyph skinning feature is applied to this badge.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public DefaultBoolean AllowGlyphSkinning { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean enumerator value that specifies whether or not the glyph skinning feature is applied to this badge.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

Individual badges, whose AllowGlyphSkinning property is set to DefaultBoolean.Default, inherit their behavior from the global BadgeProperties.AllowGlyphSkinning property.

See the Glyph Skinning document to learn more.

See Also