Gets or sets the dimensions that the control was designed to.
<BrowsableAttribute(False)> _ Public Property AutoScaleDimensions As SizeF
Dim instance As ContainerControl Dim value As SizeF value = instance.AutoScaleDimensions instance.AutoScaleDimensions = value
[BrowsableAttribute(false)] public SizeF AutoScaleDimensions { get; set; }
[BrowsableAttribute(false)] public: property SizeF AutoScaleDimensions { SizeF get (); void set (SizeF value); }
public function get AutoScaleDimensions () : SizeF public function set AutoScaleDimensions (value : SizeF)
The width or height of the SizeF value is less than 0 when setting this value.
The AutoScaleDimensions property represents the DPI or font setting of the screen that the control was scaled to or designed for. Specifically, at design time this property will be set by the Windows Forms designer to the value your monitor is currently using. Then, when the form loads at run time, if the CurrentAutoScaleDimensions property is different from the AutoScaleDimensions, the PerformAutoScale method will be called to perform scaling of the control and all of its children. Afterwards, AutoScaleDimensions will be updated to reflect the new scaling size.
For more information about automatic scaling, see Automatic Scaling in Windows Forms.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC