Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
public RasterPaintDisplayModeFlags PaintDisplayMode {get; set;}
'Declaration
Public Property PaintDisplayMode As RasterPaintDisplayModeFlags
'Usage
Dim instance As RasterPaintProperties Dim value As RasterPaintDisplayModeFlags instance.PaintDisplayMode = value value = instance.PaintDisplayMode
public: property RasterPaintDisplayModeFlags PaintDisplayMode { RasterPaintDisplayModeFlags get(); void set ( RasterPaintDisplayModeFlags value); }