'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 Single
[Description("The width of arrow line, expressed as a fraction of the annotation height. Possible values from 0 to 1.")] [DefaultValue(0,4)] public float 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 float get_ArrowLineWidth(); public: __property void set_ArrowLineWidth(
float 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 float ArrowLineWidth { float get(); void set(float value); }
Property Value
Возможные значения от 0 (0) до 1 (высота аннотации). Значение по умолчанию: 0,4 (40% высоты аннотации).