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