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