Back to Devexpress

UserLookAndFeel.IsColorized Property

windowsforms-devexpress-dot-lookandfeel-dot-userlookandfeel-e8119b06.md

latest1.9 KB
Original Source

UserLookAndFeel.IsColorized Property

Gets whether the UserLookAndFeel.SkinMaskColor or UserLookAndFeel.SkinMaskColor2 property is specified for the current UserLookAndFeel object.

Namespace : DevExpress.LookAndFeel

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsColorized { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property IsColorized As Boolean

Property Value

TypeDescription
Boolean

true if the UserLookAndFeel.SkinMaskColor or UserLookAndFeel.SkinMaskColor2 setting is specified; otherwise, false.

|

Remarks

See UserLookAndFeel.SkinMaskColor to learn more.

See Also

UserLookAndFeel Class

UserLookAndFeel Members

DevExpress.LookAndFeel Namespace