LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

ImageFrameSize Property






Gets or sets the thickness in pixels of the frame being added to the image.
Syntax
public int ImageFrameSize {get; set;}
'Declaration
 
Public Property ImageFrameSize As Integer
'Usage
 
Dim instance As WebImageViewer
Dim value As Integer
 
instance.ImageFrameSize = value
 
value = instance.ImageFrameSize
public int ImageFrameSize {get; set;}
 get_ImageFrameSize();
set_ImageFrameSize(value);
public:
property int ImageFrameSize {
   int get();
   void set (    int value);
}

Property Value

The size of the frame, 0 to disable the frame.
Remarks
Default value is 0 (no image frame).
Example
Refer to ImageUrl
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.