'Declaration <DefaultValueAttribute()> <DescriptionAttribute("A value indicating whether the figure can calculate height automatically.")> Public Property AutoHeight As Boolean
[DefaultValue()] [Description("A value indicating whether the figure can calculate height automatically.")] public bool AutoHeight {get; set;}
[DefaultValue()] [Description("A value indicating whether the figure can calculate height automatically.")] public: __property bool get_AutoHeight(); public: __property void set_AutoHeight( bool value );
[DefaultValue()] [Description("A value indicating whether the figure can calculate height automatically.")] public: property bool AutoHeight { bool get(); void set ( bool value); }