Windward Studios API Reference
FontSize Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportText Class : FontSize Property




Glossary Item Box

Get the font size used when formatting txt output. This is set in TWIPS or 20ths of a point. So a value of 240 (the default) is 12 points.

Syntax

Visual Basic (Declaration) 
Public Property FontSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As ReportText
Dim value As Integer
 
instance.FontSize = value
 
value = instance.FontSize
C# 
public int FontSize {get; set;}
Managed Extensions for C++ 
public: __property int get_FontSize();
public: __property void set_FontSize( 
   int value
);
C++/CLI 
public:
property int FontSize {
   int get();
   void set (    int value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software