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