GrapeCity.Xaml.Excel
FontSize Property (TextParagraph)


GrapeCity.Excel.Chart Namespace > TextParagraph 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 TextParagraph
Dim value As Nullable(Of Double)
 
instance.FontSize = value
 
value = instance.FontSize
public Nullable<double> FontSize {get; set;}
See Also

Reference

TextParagraph Class
TextParagraph Members