Gets and sets the option to preserve image aspect ratio when resizing an image during the loading of the
ImageX object.
public bool MaintainAspectRatio {get; set;}
public: __property bool get_MaintainAspectRatio();
public: __property void set_MaintainAspectRatio(
bool value
);
public:
property bool MaintainAspectRatio {
bool get();
void set ( bool value);
}
'Declaration
Public Property MaintainAspectRatio As Boolean
'Usage
Dim instance As LoadOptions
Dim value As Boolean
instance.MaintainAspectRatio = value
value = instance.MaintainAspectRatio
Property Value
A boolean value which is true to preserve the image aspect ratio when resizing the image during the loading of the ImageX object.