This property sets the level of transparency for the color set in the selected area in the PanWindow.

[Visual Basic] Public Property RectFillOpacity As Integer
[C#] public int RectFillOpacity {get; set;}

Property Value

The level of transparency. Values between 0 and 100.
Default value is 100. (completely opaque)

Explanation

The RectFillOpacity property sets the level of transparency for the color set in the selected area in the PanWindow.

This property is enabled when the RectFill propery is true. The value ranges from 0 to 100. (0 is completely transparent)

See Also

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

The ImageKit WPF is created by Newtone Corporation