Gets or sets the rendering mode for text.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public TextRenderingHint TextRenderingHint { get; set; } |
Visual Basic (Declaration) |
---|
Public Property TextRenderingHint As TextRenderingHint |
Visual C++ |
---|
public: property TextRenderingHint TextRenderingHint { TextRenderingHint get (); void set (TextRenderingHint value); } |