ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / LineDefinition Class / Length Property

In This Topic
    Length Property (LineDefinition)
    In This Topic
    Gets or sets a value that represents the height or width of the LineDefinition.
    Syntax
    'Declaration
     
    Public Property Length As Windows.UI.Xaml.GridLength
    public Windows.UI.Xaml.GridLength Length {get; set;}
    See Also