GdPicture.NET.14.API
GdPicture14.Annotations Namespace / AnnotationFreeHand Class / DashStyle Property





In This Topic
DashStyle Property (AnnotationFreeHand)
In This Topic
Determines the dash style for stroking operations.
Syntax
'Declaration
 
Public Shadows Property DashStyle As GdPictureDashStyle
public new GdPictureDashStyle DashStyle {get; set;}
public read-write property DashStyle: GdPictureDashStyle; 
public hide function get,set DashStyle : GdPictureDashStyle
public: __property new GdPictureDashStyle get_DashStyle();
public: __property new void set_DashStyle( 
   GdPictureDashStyle value
);
public:
new property GdPictureDashStyle DashStyle {
   GdPictureDashStyle get();
   void set (    GdPictureDashStyle value);
}
See Also