Click or drag to resize
GridLengthClone Method
Returns a new instance of Gridlength with the same properties values.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public GridLength Clone()

Return Value

Type: GridLength
A new instance of Gridlength with the same properties values.
See Also