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