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

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