<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Property_ULImage.TULImage.Proportional</id>
		<title>Property ULImage.TULImage.Proportional - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Property_ULImage.TULImage.Proportional"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Property_ULImage.TULImage.Proportional&amp;action=history"/>
		<updated>2026-04-20T19:42:12Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>https://mitov.com/wiki/index.php?title=Property_ULImage.TULImage.Proportional&amp;diff=7920&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Property_ULImage.TULImage.Proportional&amp;diff=7920&amp;oldid=prev"/>
				<updated>2011-11-22T00:25:44Z</updated>
		
		<summary type="html">&lt;p&gt;Automated Syncronization with Documentation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&lt;br /&gt;
This is a Beta Read Only version of this page. &lt;br /&gt;
Please review and send recommendations to [mailto:mitov@mitov.com mitov@mitov.com]. &lt;br /&gt;
We will enable the editing as soon as we are happy with the overall Wiki site.&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Class:''' [[Class ULImage.TULImage|TULImage]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''property''' Proportional : Boolean '''read''' FProportional '''write''' SetProportional '''default''' False;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== C++ Builder: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''__property''' bool Proportional = { '''read'''=FProportional,  '''write'''=SetProportional,  '''default'''=False };&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
Indicates whether the image should be changed, without distortion, so that it fits the bounds of the image control. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
Set Proportional to true to ensure that the image can be&lt;br /&gt;
fully displayed in the image control without any distortion&lt;br /&gt;
such as occurs with the Stretch property. When Proportional&lt;br /&gt;
is true, images that are too large to fit in the image&lt;br /&gt;
control are scaled down (while maintaining the same aspect&lt;br /&gt;
ratio) until they fit in the image control. Images that are&lt;br /&gt;
too small are displayed normally. That is, Proportional can&lt;br /&gt;
reduce the magnification of the image, but does not increase&lt;br /&gt;
it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When the image control resizes, the image resizes also.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To resize the image so that it fits exactly in the image&lt;br /&gt;
control, even if that causes distortion, use the Stretch&lt;br /&gt;
property instead.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To resize the control to the image rather than resizing the&lt;br /&gt;
image to the control, use the AutoSize property instead.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default value for Proportional is false.&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>