Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
PaintDisplayMode Property
See Also 
Leadtools Namespace > RasterPaintProperties Structure : PaintDisplayMode Property



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

Syntax

Visual Basic (Declaration) 
Public Property PaintDisplayMode As RasterPaintDisplayModeFlags
Visual Basic (Usage)Copy Code
Dim instance As RasterPaintProperties
Dim value As RasterPaintDisplayModeFlags
 
instance.PaintDisplayMode = value
 
value = instance.PaintDisplayMode
C# 
public RasterPaintDisplayModeFlags PaintDisplayMode {get; set;}
C++/CLI 
public:
property RasterPaintDisplayModeFlags PaintDisplayMode {
   RasterPaintDisplayModeFlags get();
   void set (RasterPaintDisplayModeFlags value);
}

Return Value

Options that control the speed, quality, and style of painting operations.

Example

For an example, refer to RasterPaintProperties.

Remarks

For more information, refer to .

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also