Added obsolete attr to slider

This commit is contained in:
Tig
2024-04-28 09:32:29 -07:00
parent b0a73caa0c
commit 5ef4b4c015

View File

@@ -381,6 +381,7 @@ public class Slider<T> : View
/// For testing, if there is no SuperView, the slider will be sized based on what <see cref="InnerSpacing"/> is
/// set to.
/// </remarks>
[ObsoleteAttribute ("Use Dim.Auto instead.", false)]
public override bool AutoSize
{
get => _config._autoSize;