This property sets whether the selected area in the PanWindow is filled

[Visual Basic] Public Property RectFill As Boolean
[C#] public bool RectFill {get; set;}

Property Value

Value Explanation
True The selected area in the PanWindow is filled
False the selected area in the PanWindow is not filled (default).

 

Explanation

The RectFill property sets whether or not the selected area in the PanWindow is filled.

When the RectFill property is false, the color set in the RectColor property will be used for the border color of the selected area in the PanWindow.

When RectFill property is true, the color set in the RectColor property fills the selected area rectangle and the level of transparency is determined by the RectFillOpacity property.

See Also

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

The ImageKit WPF is created by Newtone Corporation