GridLengthHelper.GetIsStar(GridLength) Método

Definição

Retorna se GridLength avaliado é o valor especial "*" (dimensionamento star). Em vez disso, o código C# e o Microsoft Visual Basic devem usar GridLength.IsStar .

public:
 static bool GetIsStar(GridLength target);
 static bool GetIsStar(GridLength const& target);
public static bool GetIsStar(GridLength target);
function getIsStar(target)
Public Shared Function GetIsStar (target As GridLength) As Boolean

Parâmetros

target
GridLength

O GridLength a ser avaliado.

Retornos

Boolean

bool

true se o GridLength avaliado for o valor especial "*" (star dimensionamento) ; caso contrário, false.

Aplica-se a