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

FromValueAndType() public static method

public static FromValueAndType ( [ value, [ type ) : GridLength
value [
type [
return GridLength
		public static extern GridLength FromValueAndType([In] double value, [In] GridUnitType type);
		public static extern bool GetIsAbsolute([In] GridLength target);