The HeaderFontFamilyName Property supports WPF/Silverlight.
The HeaderFontFamilyName Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value that indicates the font family of the header typeface. Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
Property HeaderFontFamilyName As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IAnnHeader Dim value As String instance.HeaderFontFamilyName = value value = instance.HeaderFontFamilyName | |
| C# | |
|---|---|
string HeaderFontFamilyName {get; set;} | |
Property Value
A System.String value that specifies the font family of the header typeface.For more information, refer to WPF Annotation Object Headers.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code