GrapeCity.Xaml.Excel
FontSize Property (TextRun)


GrapeCity.Excel.Chart Namespace > TextRun Class : FontSize Property
Specifies the size of text within a text run in Point
Syntax
'Declaration
 
Public Property FontSize As Nullable(Of Double)
'Usage
 
Dim instance As TextRun
Dim value As Nullable(Of Double)
 
instance.FontSize = value
 
value = instance.FontSize
public Nullable<double> FontSize {get; set;}
See Also

Reference

TextRun Class
TextRun Members