'Declaration <DescriptionAttribute("The angle, in degrees, of the annotation cap Possible values from 0 to 180.")> <DefaultValueAttribute(90)> Public Property ArrowCapAngle As Single
[Description("The angle, in degrees, of the annotation cap Possible values from 0 to 180.")] [DefaultValue(90)] public float ArrowCapAngle { get; set; }
[Description("The angle, in degrees, of the annotation cap Possible values from 0 to 180.")] [DefaultValue(90)] public: __property float get_ArrowCapAngle(); public: __property void set_ArrowCapAngle(
float value
);
[Description("The angle, in degrees, of the annotation cap Possible values from 0 to 180.")] [DefaultValue(90)] public:
property float ArrowCapAngle { float get(); void set(float value); }
Property Value
Possible values from 0 to 180. Default value is 90.