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



Gets or sets the RasterPaintProperties which control the display.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Property PaintProperties As RasterPaintProperties
Visual Basic (Usage)Copy Code
Dim instance As RasterPictureBox
Dim value As RasterPaintProperties
 
instance.PaintProperties = value
 
value = instance.PaintProperties
C# 
[BrowsableAttribute(false)]
public RasterPaintProperties PaintProperties {get; set;}
C++/CLI 
[BrowsableAttribute(false)]
public:
property RasterPaintProperties PaintProperties {
   RasterPaintProperties get();
   void set (RasterPaintProperties value);
}

Return Value

The RasterPaintProperties which control the display.

Example

Refer to RasterPictureBox.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also