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