Visual Basic (Declaration) | |
---|---|
Public Property AutoPaint As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool AutoPaint {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property bool get_AutoPaint(); public: __property void set_AutoPaint( bool value ); |
Return Value
true to paint the overlay automatically when the image is painted; otherwise, false.For an example, refer to RasterImage.GetOverlayAttributes and
RasterImage.UpdateOverlayAttributes.
Set the value of this property to true to to paint the overlay automatically when the image is painted (with RasterImage.Paint).
For more information, refer to Overlay Overview.
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