This property sets the background color of the PanWindow Control.

[Visual Basic] Public Property BackColor As Color
[C#] public Color BackColor {get; set;}

Property Value

The default value is Color.Gainsboro.

Explanation

The BackColor property sets the background color of the PanWindow Control. This property is set using System.Drawing.Color object.

See Also

PanWindow Members | Newtone.ImageKit.Web.PanWindow

 

The ImageKit WPF is created by Newtone Corporation