Property SpaceSizeInPercentOfThumb
SpaceSizeInPercentOfThumb
Gets or sets the size of the spacer, as a percentage of the thumb size.
public virtual int SpaceSizeInPercentOfThumb { get; set; }
Property Value
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.