'Declaration
<CategoryAttribute("PDF")> <DescriptionAttribute("Shadow height for displayed pages.")> <DefaultValueAttribute(0)> Public Property PageShadowHeight As Integer
'Usage
Dim instance As PDFPageView Dim value As Integer instance.PageShadowHeight = value value = instance.PageShadowHeight
[Category("PDF")] [Description("Shadow height for displayed pages.")] [DefaultValue(0)] public int PageShadowHeight {get; set;}
[Category("PDF")] [Description("Shadow height for displayed pages.")] [DefaultValue(0)] public: __property int get_PageShadowHeight(); public: __property void set_PageShadowHeight( int value );
[Category("PDF")] [Description("Shadow height for displayed pages.")] [DefaultValue(0)] public: property int PageShadowHeight { int get(); void set ( int value); }