Windows.UI.Xaml.GridLengthHelper.GetIsAuto C# (CSharp) Method

GetIsAuto() public static method

public static GetIsAuto ( [ target ) : bool
target [
return bool
		public static extern bool GetIsAuto([In] GridLength target);
		public static extern bool GetIsStar([In] GridLength target);