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