AutoScaleMode Property
See Also 
SourceCode.Workflow.WizardFramework.Authentication Namespace > CredentialsDialog Class : AutoScaleMode Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SRDescriptionAttribute("Determines how the form or control will scale when screen resolution or fonts change.")>
<SRCategoryAttribute("Layout")>
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property AutoScaleMode As AutoScaleMode
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim value As AutoScaleMode
 
instance.AutoScaleMode = value
 
value = instance.AutoScaleMode
C#  
[SRDescription("Determines how the form or control will scale when screen resolution or fonts change.")]
[SRCategory("Layout")]
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public AutoScaleMode AutoScaleMode {get; set;}
C++/CLI  
[SRDescription("Determines how the form or control will scale when screen resolution or fonts change.")]
[SRCategory("Layout")]
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property AutoScaleMode AutoScaleMode {
   AutoScaleMode get();
   void set (    AutoScaleMode value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also