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


Gets or sets the Line object used to outline this shape.

Syntax

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

See Also

© 2010 All Rights Reserved.