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


Gets or sets a Line object used to draw the outline of this header.

Syntax

Visual Basic (Declaration) 
Public Property Line As Line
Visual Basic (Usage)Copy Code
Dim instance As BoxHeaderOptions
Dim value As Line
 
instance.Line = value
 
value = instance.Line
C# 
public Line Line {get; set;}

See Also

© 2011 All Rights Reserved.