This property determines whether or not the image set in the Image property is grayscale.
[Visual Basic] Public ReadOnly Property Gray As
Boolean
[C#] public bool Gray {get;}
Property Value
Value | Explanation |
---|---|
True | The image is grayscale |
False | The image is not grayscale |
Explanation
The Gray property determines whether or not the image set in the Image property is grayscale. When the Image property is set the Gray property is automatically refreshed. The Gray property is not enabled for vector images.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit