'Declaration <DescriptionAttribute("A value indicating whether the figure saves the aspect ratio of its image.")> <DefaultValueAttribute(False)> Public Property MaintainAspectRatio As Boolean
[Description("A value indicating whether the figure saves the aspect ratio of its image.")] [DefaultValue(False)] public bool MaintainAspectRatio { get; set; }
[Description("A value indicating whether the figure saves the aspect ratio of its image.")] [DefaultValue(False)] public: __property bool get_MaintainAspectRatio(); public: __property void set_MaintainAspectRatio(
bool value
);
[Description("A value indicating whether the figure saves the aspect ratio of its image.")] [DefaultValue(False)] public:
property bool MaintainAspectRatio { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.