The FontSize Property supports WPF/Silverlight.
The FontSize Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value that indicates the font size the text should be formatted at. Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
Property FontSize As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IAnnFont Dim value As Double instance.FontSize = value value = instance.FontSize | |
| C# | |
|---|---|
double FontSize {get; set;} | |
Property Value
A double value that specifies font size the text should be formatted at.For more information, refer to Using Text in WPF Annotation Objects.
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