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

Gets or sets the pattern used to paint the background of the navigation buttons.

Syntax

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

Property Value

enumFillType

Remarks

If you attempt to set this property to a value of Default, it will revert to Solid.

Requirements

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

See Also