←Select platform

OwnerDraw Property

Summary

Gets or sets a value that indicates whether the viewer should draw an image on its canvas or not.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public bool OwnerDraw {get; set;} 
Public Property OwnerDraw As Boolean 
public bool OwnerDraw {get; set;} 
@property (nonatomic, assign) BOOL ownerDraw 
public boolean getEnableOwnerDraw() 
public void setEnableOwnerDraw(boolean enable) 
             
  
get_OwnerDraw(); 
set_OwnerDraw(value); 
Object.defineProperty('OwnerDraw');  

Property Value

true if viewer should not draw the image on its canvas; otherwise, it is false. Default value is false.

Remarks

Changing the value of this property will fire the PropertyChanged event.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)