'Declaration <DescriptionAttribute("The style used for dashed lines drawn with the pen.")> <DefaultValueAttribute(Solid)> Public Property DashStyle As AnnotationPenDashStyle
[Description("The style used for dashed lines drawn with the pen.")] [DefaultValue(Solid)] public AnnotationPenDashStyle DashStyle { get; set; }
[Description("The style used for dashed lines drawn with the pen.")] [DefaultValue(Solid)] public: __property AnnotationPenDashStyle get_DashStyle(); public: __property void set_DashStyle(
AnnotationPenDashStyle value
);
[Description("The style used for dashed lines drawn with the pen.")] [DefaultValue(Solid)] public:
property AnnotationPenDashStyle DashStyle { AnnotationPenDashStyle get(); void set(AnnotationPenDashStyle value); }
Property Value
AnnotationPenDashStyle, который представляет стиль, используемый для пунктирных линий, нарисованных пером.