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); } |
Property Value
The Leadtools.Drawing.RasterPaintProperties which control the display.Refer to RasterPictureBox.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7