PDFView4NET WPF Edition
ShadowHeight Property




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

Property Value

The height 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