GridLength.IsAbsolute Propriedade
Definição
Obtém um valor que indica se o GridLength contém um valor que é expresso em pixels.Gets a value that indicates whether the GridLength holds a value that is expressed in pixels.
public:
property bool IsAbsolute { bool get(); };
public bool IsAbsolute { get; }
member this.IsAbsolute : bool
Public ReadOnly Property IsAbsolute As Boolean
Valor da propriedade
true se a GridUnitType propriedade for Pixel ; caso contrário, false .true if the GridUnitType property is Pixel; otherwise, false.
Comentários
Essa estrutura representa a projeção .NET da estrutura Windows Runtime (WinRT) GridLength .This struct represents the .NET projection of the Windows Runtime (WinRT) GridLength struct. Para obter mais informações, consulte GridLength na referência da API UWP.For more information, see GridLength in the UWP API reference.