Table of Contents

Property SpaceSizeInPercentOfThumb

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

SpaceSizeInPercentOfThumb

Gets or sets the size of the spacer, as a percentage of the thumb size.

public virtual int SpaceSizeInPercentOfThumb { get; set; }

Property Value

int

Remarks

Setting a value outside the range of 0 to 100 will automatically clamp the value to the nearest valid boundary. For example, setting a value of -10 will result in 0, and setting a value of 150 will result in 100.