'Declaration <DefaultValueAttribute(Solid)> <DescriptionAttribute("The style used for dashed lines drawn with the pen.")> Public Property DashStyle As AnnotationPenDashStyle
[DefaultValue(Solid)] [Description("The style used for dashed lines drawn with the pen.")] public AnnotationPenDashStyle DashStyle { get; set; }
[DefaultValue(Solid)] [Description("The style used for dashed lines drawn with the pen.")] public: __property AnnotationPenDashStyle get_DashStyle(); public: __property void set_DashStyle(
AnnotationPenDashStyle value
);
[DefaultValue(Solid)] [Description("The style used for dashed lines drawn with the pen.")] public:
property AnnotationPenDashStyle DashStyle { AnnotationPenDashStyle get(); void set(AnnotationPenDashStyle value); }
Property Value
A AnnotationPenDashStyle that represents the style used for dashed lines drawn with the pen.