
Is there any way to modify properties of Renderers, specifically NavigationBarHeaderBackgrounfFill.Color etc? A custom renderer would be useful, but I only really want to change one or two properties.
Thanks,
Gareth.
Thanks,
Gareth.
new ActiproSoftware.Drawing.SolidColorBackgroundFill(Color.Red);
ActiproSoftware.UIStudio.Dock.Office2003DockRenderer renderer = (ActiproSoftware.UIStudio.Dock.Office2003DockRenderer)dockManager.DockRendererResolved;
renderer .DockContainerTitleBarInactiveBackgroundFill = new ActiproSoftware.Drawing.TwoColorLinearGradient(Color.LightBlue, Color.DarkBlue, 90, ActiproSoftware.Drawing.TwoColorLinearGradientStyle.Normal);
Please log in to a validated account to post comments.