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