ComponentOne FinancialChart for WPF
C1.WPF 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
    '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);
    }
    See Also