Intersoft ClientUI Documentation
FontSource Property



Gets or sets the font source that is applied to the password box for rendering content.
Syntax
Public Property FontSource As FontSource
Dim instance As UXPasswordBox
Dim value As FontSource
 
instance.FontSource = value
 
value = instance.FontSource
public FontSource FontSource {get; set;}
public:
property FontSource^ FontSource {
   FontSource^ get();
   void set (    FontSource^ 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

Reference

UXPasswordBox Class
UXPasswordBox Members

Send Feedback