ComponentOne Maps for WPF and Silverlight
C1.Silverlight.Maps Namespace / C1VectorItemBase Class / StrokeEndLineCap Property

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