GridLengthHelper.GetIsAbsolute(GridLength) 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.
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.