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

Determines if the progress meter blocks in the control will appear square.

Syntax

Visual Basic (Declaration) 
Public Overridable Property SquareBlocks As Boolean
C# 
public virtual bool SquareBlocks {get; set;}

Property Value

Boolean

Remarks

If this property is set to False, the block sizes will be determined by the BlockSize Property.

Requirements

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

See Also