Indicates whether the control automatically renders the view and items.
public virtual bool OwnerDraw { get; set; }
Public Overridable Property OwnerDraw() As Boolean
Get
Set
public:
virtual property bool OwnerDraw
{
bool get()
void set(bool value)
}
true if the control automatically renders the view and items, otherwise; false.
When the value of OwnerDraw is set to false, the render cycle is not performed by the viewer and nothing is rendered on its surface by the control. It is up to the user to perform all the necessary rendering needed.
To customize only part of the rendering, use the various events fired during the render cycle. For an example, refer to PostRender.
For more information, refer to Image Viewer Rendering.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document