Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.Antialias property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property Antialias As Boolean

 

[C#]

public bool Antialias {get; set;}

 

[C++]

public: __property bool get_Antialias();

public: __property void set_Antialias(bool);

 

 

Remarks

Boolean value that applies/removes antialiasing to text.

Supported values are the following:

Value

Meaning

False (default)

Antialiasing is not applied.

True

Antialiasing is applied.

 

Below you can see a sample of two identical buttons, but the one on the right doesn't have the Antialias property set to True: as you can see the text quality of the button on the left is really impressive.

3dcm_i000047

 

 

See also

TextDescriptor class.

TextDescrCaption, TextDescrLT, TextDescrCT, TextDescrRT, TextDescrLM, TextDescrRM, TextDescrLB, TextDescrCB, and TextDescrRB properties.

How to add text to the control section.

How to manage cells section.