dbicMeter Send comments on this topic.
BlockFillType Property
See Also 
dbicMeter Assembly > Dbi.WinControl.Meter Namespace > dbiMeter Class : BlockFillType Property

Gets or sets the pattern used to paint the background of the blocks/bar in the control.

Syntax

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

Property Value

enumFillType

Remarks

This property is only effective if using the DisplayStyle Property of Blocks or Bar.

Requirements

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

See Also