'Declaration <DescriptionAttribute("A non-negative number representing the length of leader line extensions, which extend from the line proper 180 degrees from the leader lines.")> <DefaultValueAttribute(0)> <CategoryAttribute("Appearance")> Public Property LeaderExtend As Single
[Description("A non-negative number representing the length of leader line extensions, which extend from the line proper 180 degrees from the leader lines.")] [DefaultValue(0)] [Category("Appearance")] public float LeaderExtend { get; set; }
[Description("A non-negative number representing the length of leader line extensions, which extend from the line proper 180 degrees from the leader lines.")] [DefaultValue(0)] [Category("Appearance")] public: __property float get_LeaderExtend(); public: __property void set_LeaderExtend(
float value
);
[Description("A non-negative number representing the length of leader line extensions, which extend from the line proper 180 degrees from the leader lines.")] [DefaultValue(0)] [Category("Appearance")] public:
property float LeaderExtend { float get(); void set(float value); }