This property sets the color used in the selected area of the Pan Window.

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

Property Value

The color used in the selected area of the Pan Window

Explanation

The RectColor property sets the color used in the selected area of the PanWindow.

When the RectFill property is false, the RectColor property value will determines the color of the border for the selected area rectangle. When the RectFill property is true, the RectColor property value will determine the color used within the selected area rectangle. The RectFillOpacity property will determine the level of transparency for this color.

See Also

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

The ImageKit WPF is created by Newtone Corporation