WebPlanner Programmer's Guide

GdiGraphics.TextContrast Property

See Also
 


Gets or sets the gamma correction value for rendering text.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual int TextContrast { get; set; }

Visual Basic  Copy Code

Public Overridable Property TextContrast As Integer

 Property Value

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

 See Also