This property determines whether or not the image set in the Layer(Index).Image property is grayscale. The index can range from 0 to 99.
[Visual Basic] Public ReadOnly Property Gray As Boolean
[C#] public bool Gray {get;}

Property Value

Value Explanation
True Grayscale
False Not grayscale

Explanation

The Gray property determines whether or not the image set in the Layer(Index).Image property is grayscale.

After setting the Layer(Index).Image property, the value of the Gray property is automatically set.

This property is not valid for vector images.

See Also

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

The ImageKit WPF is created by Newtone Corporation