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

UserLookAndFeel.GetMaskColor() Method

Gets the actual value of the UserLookAndFeel.SkinMaskColor setting for the current UserLookAndFeel object.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
public virtual Color GetMaskColor()

Returns

Type Description
Color

The actual value of the UserLookAndFeel.SkinMaskColor setting for the current UserLookAndFeel object.

Remarks

See UserLookAndFeel.SkinMaskColor to learn more.

See Also