[Visual
Basic] imagekitcontrolname.Gray
[= Boolean ]
[Visual
C++] [BOOL =
]imagekitcontrolname.GetGray()
Property Value
Value | Explanation |
---|---|
True | The image is grayscale |
False | The image is not grayscale |
Explanation
The Gray property determines if the image set in the ImageHandle property is grayscale or not. When the ImageHandle property is set the Gray property is automatically refreshed. The Gray property is not enabled for vector images.
Setting this value
This value cannot be set.Retrieving this value
This value can be retrieved at run-time.