Skybound VisualStyles

ThemePaint.GetProgressChunkSpace Method 

Returns the amount of space between each chunk in a progress bar.

[Visual Basic]
Public Shared Function GetProgressChunkSpace( _
   ByVal control As Control _
) As Integer
[C#]
public static int GetProgressChunkSpace(
   Control control
);

Parameters

control
The Control whose Window handle is used to retrieve the value. This may be any Control instance (it does not have to be a ProgressBar).

Return Value

The amount of space between each chunk in a progress bar, in pixels.

See Also

ThemePaint Class | Skybound.VisualStyles Namespace