Reference Guide
GdPicture14.Annotations Namespace / AnnotationEllipse Class / DashCap Property





In This Topic
    DashCap Property (AnnotationEllipse)
    In This Topic
    Determines the cap style for stroking operations when DashStyle is different of Solid. Cap is used at the end of the dashes that make up dashed lines drawn.
    Syntax
    'Declaration
     
    
    Public Shadows Property DashCap As DashCap
    public new DashCap DashCap {get; set;}
    public read-write property DashCap: DashCap; 
    public hide function get,set DashCap : DashCap
    public: __property new DashCap get_DashCap();
    public: __property new void set_DashCap( 
       DashCap value
    );
    public:
    new property DashCap DashCap {
       DashCap get();
       void set (    DashCap value);
    }
    See Also