Search
IGraphics.TextContrast Property
See Also
 





Gets or sets the gamma correction value for rendering text.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

int TextContrast { get; set; }

Visual Basic  Copy Code

Property TextContrast As Integer

 Property Value

This property specifies a value of the gamma correction used for rendering antialiased and ClearType text.

 See Also