GridLength is the type used for various length-like properties in the system, that explicitely support Star unit type. For example, "Width", "Height" properties of ColumnDefinition and RowDefinition used by Grid.
Object Model
Syntax
'Declaration
Public Class GridLength
'Usage
Dim instance As GridLength
Inheritance Hierarchy
System.Object
C1.Chart.GridLength
See Also