| Visual Basic (Declaration) | |
|---|---|
Public Property PaintDisplayMode As RasterPaintDisplayModeFlags | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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.For an example, refer to RasterPaintProperties.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code