'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether graphics figure must maintain the aspect ratio of image.")> Public Property MaintainAspectRatio As Boolean
[DefaultValue(True)] [Description("A value indicating whether graphics figure must maintain the aspect ratio of image.")] public bool MaintainAspectRatio { get; set; }
[DefaultValue(True)] [Description("A value indicating whether graphics figure must maintain the aspect ratio of image.")] public: __property bool get_MaintainAspectRatio(); public: __property void set_MaintainAspectRatio(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether graphics figure must maintain the aspect ratio of image.")] public:
property bool MaintainAspectRatio { bool get(); void set(bool value); }