Back to Devexpress

UserLookAndFeel.GetMaskColor() Method

windowsforms-devexpress-dot-lookandfeel-dot-userlookandfeel-32d6a43f.md

latest1.8 KB
Original Source

UserLookAndFeel.GetMaskColor() Method

Gets the actual value of the UserLookAndFeel.SkinMaskColor 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 GetMaskColor()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Function GetMaskColor As Color

Returns

TypeDescription
Color

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

|

Remarks

See UserLookAndFeel.SkinMaskColor to learn more.

See Also

SkinMaskColor

UserLookAndFeel Class

UserLookAndFeel Members

DevExpress.LookAndFeel Namespace