This property enables the transparent color in the base (raster) image.

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

Property Value

Value Explanation
True The transparent color is enabled
False (default) The transparent color is disabled

Explanation

The Transparent property enables the transparent color in the base (raster) image. When True, the color set in the TransparentBlue, TransparentGreen, and TransparentRed properties will appear as transparent when the base image is displayed in the ImageKit Control.

If the base image referred to by the Image property is a vector image then transparency is disabled.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation