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