Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
PaintProperties Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : PaintProperties Property



Gets and sets the RasterPaintProperties which control the display.

Syntax

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

Return Value

The RasterPaintProperties which control the display.

Example

Requirements

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

See Also