'Declaration <DescriptionAttribute("The style of line.")> <DefaultValueAttribute(Solid)> Public Property LineStyle As AnnotationLineStyle
[Description("The style of line.")] [DefaultValue(Solid)] public AnnotationLineStyle LineStyle { get; set; }
[Description("The style of line.")] [DefaultValue(Solid)] public: __property AnnotationLineStyle get_LineStyle(); public: __property void set_LineStyle(
AnnotationLineStyle value
);
[Description("The style of line.")] [DefaultValue(Solid)] public:
property AnnotationLineStyle LineStyle { AnnotationLineStyle get(); void set(AnnotationLineStyle value); }
Property Value
Default value is AnnotationLineStyle.Solid.