'Declaration <DefaultValueAttribute(Solid)> <DescriptionAttribute("The style of line.")> Public Property LineStyle As AnnotationLineStyle
[DefaultValue(Solid)] [Description("The style of line.")] public AnnotationLineStyle LineStyle { get; set; }
[DefaultValue(Solid)] [Description("The style of line.")] public: __property AnnotationLineStyle get_LineStyle(); public: __property void set_LineStyle(
AnnotationLineStyle value
);
[DefaultValue(Solid)] [Description("The style of line.")] public:
property AnnotationLineStyle LineStyle { AnnotationLineStyle get(); void set(AnnotationLineStyle value); }
Property Value
Значение по умолчанию - AnnotationLineStyle.Solid.