Table of Contents

Method GetAnimatedChunkSize

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetAnimatedChunkSize(float, float)

Gets or sets the animated chunk size. It is used when IsIndeterminate is set to true and represents the size of animated part of progress bar in indeterminate mode. The actual size of animated part will be determined by this property and the current orientation.

public virtual SizeD GetAnimatedChunkSize(float width, float height)

Parameters

width float
height float

Returns

SizeD