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;}
C++/CLI 
public:
property LineCap EndCap {
   LineCap get();
   void set (LineCap value);
}

See Also