|
Copyright © 1998-2006 MultiMedia Soft
Return to index
|
|
Type
|
BOOL for Visual C++
boolean for Visual Basic
| ||||||
|
|
| ||||||
|
Syntax
|
object.UseAntialiasing [=boolean]
| ||||||
|
|
| ||||||
|
Remarks
|
Enables/disables the use of anti-aliasing algorithms for rendering the button surface (doesn't affect text rendering).
This property can be changed at Design time using the "Others" tab.
Supported values are the following:
Disabling anti-aliasing can slightly improve the button rendering speed but will degrade rendering quality; below you can see a sample of two identical buttons, with the left one having anti-aliasing enabled and the right one having anti-aliasing disabled.
If you take a close look to the picture above you will see that the button on the right has "jagged" borders.
(Not available with Light edition)
|