Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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 GridLength
    public GridLength Length {get; set;}
    See Also