'Declaration <DescriptionAttribute("A value indicating whether the leader line of annotation must be drawn with interpolation.")> <DefaultValueAttribute(False)> Public Property UseLeaderInterpolation As Boolean
[Description("A value indicating whether the leader line of annotation must be drawn with interpolation.")] [DefaultValue(False)] public bool UseLeaderInterpolation { get; set; }
[Description("A value indicating whether the leader line of annotation must be drawn with interpolation.")] [DefaultValue(False)] public: __property bool get_UseLeaderInterpolation(); public: __property void set_UseLeaderInterpolation(
bool value
);
[Description("A value indicating whether the leader line of annotation must be drawn with interpolation.")] [DefaultValue(False)] public:
property bool UseLeaderInterpolation { bool get(); void set(bool value); }
Property Value
Значение по умолчанию: false.