PDFView4NET WPF Edition
ShadowWidth Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : ShadowWidth Property
Gets or sets the width of the shadow.
Syntax
'Declaration
 
Public Property ShadowWidth As Double
'Usage
 
Dim instance As PDFPageView
Dim value As Double
 
instance.ShadowWidth = value
 
value = instance.ShadowWidth
public double ShadowWidth {get; set;}
public: __property double get_ShadowWidth();
public: __property void set_ShadowWidth( 
   double value
);
public:
property double ShadowWidth {
   double get();
   void set (    double value);
}

Property Value

The width of the shadow.
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

PDFPageView Class
PDFPageView Members