Click or drag to resize
GridLength Methods

The GridLength type exposes the following members.

Methods
  NameDescription
Public methodClone
Returns a new instance of Gridlength with the same properties values.
Public methodEquals(GridLength)
Determines whether the specified Windows.UI.Xaml.GridLength is equal to the current Windows.UI.Xaml.GridLength.
Public methodEquals(Object)
Determines whether the specified object is equal to the current Windows.UI.Xaml.GridLength instance.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Gets a hash code for the Windows.UI.Xaml.GridLength.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a System.String representation of the Windows.UI.Xaml.GridLength.
(Overrides ValueTypeToString.)
Top
See Also