Back to Devexpress

UserLookAndFeel.GetMaskColor2() Method

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

latest1.8 KB
Original Source

UserLookAndFeel.GetMaskColor2() Method

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

Namespace : DevExpress.LookAndFeel

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual Color GetMaskColor2()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Function GetMaskColor2 As Color

Returns

TypeDescription
Color

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

|

Remarks

See UserLookAndFeel.SkinMaskColor2 to learn more.

See Also

SkinMaskColor2

UserLookAndFeel Class

UserLookAndFeel Members

DevExpress.LookAndFeel Namespace