←Select platform

PaintDisplayMode Property

Summary

Gets and sets options that control the speed, quality, and style of painting operations.

Syntax
C#
VB
C++
public RasterPaintDisplayModeFlags PaintDisplayMode { get; set; } 
Public Property PaintDisplayMode As RasterPaintDisplayModeFlags 
public: 
property RasterPaintDisplayModeFlags PaintDisplayMode { 
   RasterPaintDisplayModeFlags get(); 
   void set (    RasterPaintDisplayModeFlags ); 
} 

Property Value

A combination of the RasterPaintDisplayModeFlags enumeration members that control the speed, quality, and style of painting operations.

Example

Refer to RasterPaintProperties.

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.Drawing Assembly