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); } |
Property Value
A combination of the RasterPaintDisplayModeFlags enumeration members that control the speed, quality, and style of painting operations.Refer to RasterPaintProperties.
Used only when PaintEngine is set to RasterPaintEngine.Gdi.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)