This property refers to the type of image set in the Layer(Index).Image property. The index can range from 0 to 99.

[Visual Basic] Public ReadOnly Property ImageKind As KindOfImage
[C#] public KindOfImage ImageKind {get;}

Property Value

The number of bits per pixel in an image

Value Explanation
InvalidImage Unknown
RasterImage Raster image
VectorWMF WMF
VectorEMF EMF

* The ImageKit.WPF supports vector image formats WMF and EMF only.

Explanation

The ImageKind property refers to the type of image set in the Layer(Index).Image property.

When the Layer(Index).Image property is set the value of this property is automatically set.

See Also

ImageKit.Layer Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation