Utility.CalculateGridLength(String, String) Method
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.
Creates a XAML GridLength object giving a string value an type defining the value. See .NET documentation for GridLength for more information
public:
static System::Windows::GridLength CalculateGridLength(System::String ^ num, System::String ^ type);
public static System.Windows.GridLength CalculateGridLength(string num, string type);
static member CalculateGridLength : string * string -> System.Windows.GridLength
Public Shared Function CalculateGridLength (num As String, type As String) As GridLength
Parameters
- num
- String
Specifies the number. The meaning of this number depends on the type.
- type
- String
Specifies the type: Auto, Pixel, or Star.
Returns
GridLength value