ArcFM Solution Developer Guide
AutoScaleMode Property (LocateAndRelateLocatorControl)


Syntax
'Declaration
 
<SRCategoryAttribute("Layout")>
<SRDescriptionAttribute("Determines how the form or control will scale when screen resolution or fonts change.")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property AutoScaleMode As System.Windows.Forms.AutoScaleMode
'Usage
 
Dim instance As LocateAndRelateLocatorControl
Dim value As System.Windows.Forms.AutoScaleMode
 
instance.AutoScaleMode = value
 
value = instance.AutoScaleMode
[SRCategory("Layout")]
[SRDescription("Determines how the form or control will scale when screen resolution or fonts change.")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.AutoScaleMode AutoScaleMode {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

LocateAndRelateLocatorControl Class
LocateAndRelateLocatorControl Members

 

 


Send Comment