'Declaration
<CategoryAttribute("Display")> <DescriptionAttribute("The page rendering progress bar color.")> <DefaultValueAttribute(System.Drawing.Color, "Empty")> Public Property RenderingProgressColor As Color
'Usage
Dim instance As PDFPageView Dim value As Color instance.RenderingProgressColor = value value = instance.RenderingProgressColor
[Category("Display")] [Description("The page rendering progress bar color.")] [DefaultValue(System.Drawing.Color, "Empty")] public Color RenderingProgressColor {get; set;}
[Category("Display")] [Description("The page rendering progress bar color.")] [DefaultValue(System.Drawing.Color, "Empty")] public: __property Color get_RenderingProgressColor(); public: __property void set_RenderingProgressColor( Color value );
[Category("Display")] [Description("The page rendering progress bar color.")] [DefaultValue(System.Drawing.Color, "Empty")] public: property Color RenderingProgressColor { Color get(); void set ( Color value); }