System.Windows.Forms.ProgressBarRenderer.ChunkSpaceThickness Property

Gets the width, in pixels, of the space between each inner piece of the progress bar.

Syntax

public static int ChunkSpaceThickness { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This value is determined by the current visual style of the operating system.

Before accessing this property, you should verify that the ProgressBarRenderer.IsSupported property returns true.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0