'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("A non-negative number representing the length of the leader line offset.")> <DefaultValueAttribute(0)> Public Property LeaderOffset As Single
[Category("Appearance")] [Description("A non-negative number representing the length of the leader line offset.")] [DefaultValue(0)] public float LeaderOffset { get; set; }
[Category("Appearance")] [Description("A non-negative number representing the length of the leader line offset.")] [DefaultValue(0)] public: __property float get_LeaderOffset(); public: __property void set_LeaderOffset(
float value
);
[Category("Appearance")] [Description("A non-negative number representing the length of the leader line offset.")] [DefaultValue(0)] public:
property float LeaderOffset { float get(); void set(float value); }