| Visual Basic (Declaration) | |
|---|---|
<BrowsableAttribute(False)> 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# | |
|---|---|
[BrowsableAttribute(false)] public virtual RasterPaintProperties PaintProperties {get; set;} | |
| C++/CLI | |
|---|---|
[BrowsableAttribute(false)] public: virtual property RasterPaintProperties PaintProperties { RasterPaintProperties get(); void set ( RasterPaintProperties value); } | |
Property Value
The Leadtools.Drawing.RasterPaintProperties which control the display.Refer to RasterImageViewer.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code