Gets or sets the type of text anti aliasing.
SyntaxVB6
Copy Code
|
|---|
Public Property Get TextAntiAliasing() As ETextAntiAlias |
C++
Copy Code
|
|---|
public: |
A member of the ETextAntiAlias enumeration. The default is taaSystemDefault.
RemarksText antialiasing is available only in GDI+ Graphics mode.
See Also