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