'Declaration
Public Property Length As GridLength
'Usage
Dim instance As LineDefinition Dim value As GridLength instance.Length = value value = instance.Length
public GridLength Length {get; set;}
public: property GridLength Length { GridLength get(); void set ( GridLength value); }