dotnetCHARTING Send comments on this topic.
Line Property
See Also 
dotnetCHARTING Namespace > Box Class : Line Property



Gets or sets the exterior line of this box.

Syntax

Visual Basic (Declaration) 
Public Property Line As Line
Visual Basic (Usage)Copy Code
Dim instance As Box
Dim value As Line
 
instance.Line = value
 
value = instance.Line
C# 
public Line Line {get; set;}
C++/CLI 
public:
property Line^ Line {
   Line^ get();
   void set (Line^ value);
}

See Also