LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

FrameShadowSize Property






Specifies the thickness of the shadow for the frame that you add to the control.
Syntax
public virtual SizeF FrameShadowSize {get; set;}
'Declaration
 
Public Overridable Property FrameShadowSize As SizeF
'Usage
 
Dim instance As RasterImageViewer
Dim value As SizeF
 
instance.FrameShadowSize = value
 
value = instance.FrameShadowSize
public virtual SizeF FrameShadowSize {get; set;}
 get_FrameShadowSize();
set_FrameShadowSize(value);
public:
virtual property SizeF FrameShadowSize {
   SizeF get();
   void set (    SizeF value);
}

Property Value

The size of the shadow for the frame that you add to the control.
Remarks
Set to 0 to disable the frame's shadow.
Example
Refer to RasterImageViewer.
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

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

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