Applies the specified font family to the current selection.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public void ApplyFontFamily( FontFamily fontFamily ) |
| Visual Basic |
|---|
Public Sub ApplyFontFamily ( _ fontFamily As FontFamily _ ) |
| Visual C++ |
|---|
public: virtual void ApplyFontFamily( FontFamily^ fontFamily ) sealed |
Parameters
- fontFamily
- Type: System.Windows.Media..::..FontFamily
The font to be applied.