←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly