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


Gets or sets the LineCap that ends this line.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.