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

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