dbicDate Send comments on this topic.
MaskColor Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : MaskColor Property

Gets or sets the color to mask inside the images assigned to the control.

Syntax

Visual Basic (Declaration) 
Public Property MaskColor As Color
C# 
public Color MaskColor {get; set;}

Property Value

Color

Remarks

Setting this property to a value of Empty will have the control ignore it.

This property can affect all images except those being displayed in the navigation buttons. See the ButtonMaskColor property for masking images inside the navigation buttons.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also