mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
Added obsolete attr to slider
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user