ComponentOne FinancialChart for WPF
Length Property (LineDefinition)



C1.WPF Namespace > LineDefinition Class : Length Property
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

Reference

LineDefinition Class
LineDefinition Members