RenderingProgressColor Property
Gets or sets the color of the rendering progress bar.
Syntax
'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;}
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also