Skip to main content

UserLookAndFeel.GetMaskColor() Method

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

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
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