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



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<AmbientValueAttribute()>
<LocalizableAttribute(True)>
<DispIdAttribute(-512)>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("The font used to display text in the control.")>
Public Overridable Property Font As Font
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim value As Font
 
instance.Font = value
 
value = instance.Font
C#  
[AmbientValue()]
[Localizable(true)]
[DispId(-512)]
[SRCategory("Appearance")]
[SRDescription("The font used to display text in the control.")]
public virtual Font Font {get; set;}
C++/CLI  
[AmbientValue()]
[Localizable(true)]
[DispId(-512)]
[SRCategory("Appearance")]
[SRDescription("The font used to display text in the control.")]
public:
virtual property Font^ Font {
   Font^ get();
   void set (    Font^ 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