'Declaration <DescriptionAttribute("The width of arrow line, expressed as a fraction of the annotation height. Possible values from 0 to 1.")> <DefaultValueAttribute(0,4)> Public Property ArrowLineWidth As Double
[Description("The width of arrow line, expressed as a fraction of the annotation height. Possible values from 0 to 1.")] [DefaultValue(0,4)] public double ArrowLineWidth { get; set; }
[Description("The width of arrow line, expressed as a fraction of the annotation height. Possible values from 0 to 1.")] [DefaultValue(0,4)] public: __property double get_ArrowLineWidth(); public: __property void set_ArrowLineWidth(
double value
);
[Description("The width of arrow line, expressed as a fraction of the annotation height. Possible values from 0 to 1.")] [DefaultValue(0,4)] public:
property double ArrowLineWidth { double get(); void set(double value); }
Property Value
Possible values from 0 (0) to 1 (annotation height). Default value is 0.4 (40% of annotation height).