[Description("A value indicating whether visual tool must maintain the aspect ratio of image.")] [Category("Behavior")] [DefaultValue(False)] public bool MaintainAspectRatio { get; set; }
[Description("A value indicating whether visual tool must maintain the aspect ratio of image.")] [Category("Behavior")] [DefaultValue(False)] 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.")] [Category("Behavior")] [DefaultValue(False)] public:
property bool MaintainAspectRatio { bool get(); void set(bool value); }
'Declaration <DescriptionAttribute("A value indicating whether visual tool must maintain the aspect ratio of image.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute(False)> Public Property MaintainAspectRatio As Boolean
Property Value
Default value is false.