ComponentOne Basic Library for WPF and Silverlight
Length Property (LineDefinition)


C1.Silverlight 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 System.Windows.GridLength
'Usage
 
Dim instance As LineDefinition
Dim value As System.Windows.GridLength
 
instance.Length = value
 
value = instance.Length
public System.Windows.GridLength Length {get; set;}
See Also

Reference

LineDefinition Class
LineDefinition Members