Partager via


Utility.CalculateGridLength(String, String) Method

Definition

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

Applies to