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

In This Topic
    StrokeEndLineCap Property (VectorItemBase)
    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