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

UserLookAndFeel.GetMaskColor2() Method

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

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v19.1.dll

Declaration

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

Returns

Type Description
Color

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

Remarks

See UserLookAndFeel.SkinMaskColor2 to learn more.

See Also