'Declaration <DescriptionAttribute("The angle, in degrees, of the annotation cap. Possible values from 0 to 180.")> <DefaultValueAttribute(90)> Public Property ArrowCapAngle As Double
[Description("The angle, in degrees, of the annotation cap. Possible values from 0 to 180.")] [DefaultValue(90)] public double ArrowCapAngle { get; set; }
[Description("The angle, in degrees, of the annotation cap. Possible values from 0 to 180.")] [DefaultValue(90)] public: __property double get_ArrowCapAngle(); public: __property void set_ArrowCapAngle(
double value
);
[Description("The angle, in degrees, of the annotation cap. Possible values from 0 to 180.")] [DefaultValue(90)] public:
property double ArrowCapAngle { double get(); void set(double value); }
Property Value
Возможные значения от 0 до 180. Значение по умолчанию - 90.