Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / VectorPolyline Class / StrokeStartLineCap Property

In This Topic
    StrokeStartLineCap Property (VectorPolyline)
    In This Topic
    Gets or sets the stroke start line cap.
    Syntax
    'Declaration
     
    
    Public Property StrokeStartLineCap As PenLineCap
    public PenLineCap StrokeStartLineCap {get; set;}
    See Also