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

UserLookAndFeel.SetSkinMaskColors(Color, Color) Method

Sets the UserLookAndFeel.SkinMaskColor and UserLookAndFeel.SkinMaskColor2 properties to the specified values.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void SetSkinMaskColors(
    Color skinMaskColor,
    Color skinMaskColor2
)

Parameters

Name Type Description
skinMaskColor Color

A new value for the UserLookAndFeel.SkinMaskColor property.

skinMaskColor2 Color

A new value for the UserLookAndFeel.SkinMaskColor2 property.

See Also