'Declaration
<BrowsableAttribute(True)> <CategoryAttribute("PDF")> <DescriptionAttribute("Border color of displayed pages")> <DefaultValueAttribute(System.Drawing.Color, "Black")> Public Property PageBorderColor As Color
'Usage
Dim instance As PDFPageView Dim value As Color instance.PageBorderColor = value value = instance.PageBorderColor
[Browsable(true)] [Category("PDF")] [Description("Border color of displayed pages")] [DefaultValue(System.Drawing.Color, "Black")] public Color PageBorderColor {get; set;}
[Browsable(true)] [Category("PDF")] [Description("Border color of displayed pages")] [DefaultValue(System.Drawing.Color, "Black")] public: __property Color get_PageBorderColor(); public: __property void set_PageBorderColor( Color value );
[Browsable(true)] [Category("PDF")] [Description("Border color of displayed pages")] [DefaultValue(System.Drawing.Color, "Black")] public: property Color PageBorderColor { Color get(); void set ( Color value); }