GridLengthHelper.Auto Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a static GridLength value that corresponds to the special "Auto" value. C# and Microsoft Visual Basic code should use GridLength.Auto instead.
public:
static property GridLength Auto { GridLength get(); };
static GridLength Auto();
public static GridLength Auto { get; }
var gridLength = GridLengthHelper.auto;
Public Shared ReadOnly Property Auto As GridLength
Property Value
A GridLength value that corresponds to the special "Auto" value.