GraphicsAlpha Property

Summary

Gets and sets the type of graphics anti-aliasing to use.

Syntax
C#
VB
C++
public int GraphicsAlpha { get; set; } 
  
Public Property GraphicsAlpha As Integer 
public: 
property int GraphicsAlpha { 
   int get(); 
   void set (    int value); 
} 

Property Value

The type of anti-aliasing to use.

Value Meaning
1 Do not use graphics anti-aliasing.
2 Use 2-bit graphics anti-aliasing.
4 Use 4-bit graphics anti-aliasing.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly