(Leadtools.Controls)

OwnerDraw Property

Show in webframe





Gets or sets a value that indicates whether the viewer should draw an image on its canvas or not.
Syntax
public bool OwnerDraw {get; set;}
Public Property OwnerDraw As Boolean
public bool OwnerDraw {get; set;}
@property (nonatomic) 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

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.