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