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


Gets or sets the LineCap that starts this line.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.