This property sets the level of opacity for the image displayed as the background for the ImageKit control.

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

Property Value

A integer representing the opacity of the background image displaye in the ImageKit control.

Value range is from 0 to 100. Default value is 100

Explanation

The BackgroundImageOpacity property sets the level of opacity for the image displayed as the background for the ImageKit control. When the BackgroundImageOpacity property is 100 the background image is completely opaque. When it is 0, the background image is completely transparent. For partial transparency set a value between 0 and 100.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation