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

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