Property AutoSize
AutoSize
Gets or sets a value indicating whether the slider control automatically sizes itself.
If slider is horizontal and is set to auto-size, it will adjust its height automatically.
If slider is vertical and is set to auto-size, it will adjust its width automatically.
Default is true.
public virtual bool AutoSize { get; set; }