PasswordBox.FontSource Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the font source that is applied to the password box for rendering content.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Property FontSource As FontSource
public FontSource FontSource { get; set; }

Property Value

Type: System.Windows.Documents.FontSource
The font source used to render content in the text box. The default is nulla null reference (Nothing in Visual Basic).

Exceptions

Exception Condition
ArgumentOutOfRangeException

The value set is not a valid source.

Remarks

Setting this property to nulla null reference (Nothing in Visual Basic) will clear out any previously assigned FontSource property causing the PasswordBox to update its rending without any custom font source.

This property is not available in XAML.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.