dbicCalendar Send comments on this topic.
FillType Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiCustomArea Class : FillType Property

Gets or sets the background fill pattern of the custom area.

Syntax

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

Property Value

A enumFillType value.

Remarks

The primary and secondary background colors are defined by the BackColor and BackColorTo properties.

Requirements

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

See Also