This property sets the color of the PanWindow background.

[Visual Basic] Public Property Color As System.Windows.Media.Color
[C#] public System.Windows.Media.Color Color {get; set;}

Property Value

The color of the PanWindow background, i.e. that part of the PanWindow where no image is displayed. (Used when vector images are shown in the PanWindow)

Explanation

The Color property sets the color of the PanWindow background. Color can be set using RGB (Red, Green, Blue) or the equivalent value.

See Also

ImageKit.PanWindow Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation