Articles in this section
Category / Section

How can I access the default panel of a SplashControl?

1 min read

 

Default panel of a SplashControl can be accessed through the property SplashControlPanel.Below it is shown how the BackgroundColor of a splashControl's internal panel can be changed.

C#

this.splashControl1.SplashControlPanel.BackgroundColor =new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.RosyBrown, System.Drawing.SystemColors.ControlLight);

VB

Me.splashControl1.SplashControlPanel.BackgroundColor = New Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.Vertical, System.Drawing.Color.RosyBrown, System.Drawing.SystemColors.ControlLight)

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied