GridLengthHelper.GetIsAbsolute(GridLength) Method

Definition

Returns whether the evaluated GridLength is the special "Absolute" value. C# and Microsoft Visual Basic code should use GridLength.IsAbsolute instead.

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

Parameters

target
GridLength

The GridLength to evaluate.

Returns

Boolean

bool

true if the evaluated GridLength is the special "Absolute" value; otherwise, false.

Applies to