'Declaration <DescriptionAttribute("A value indicating whether this image resource contains grayscale image.")> Public ReadOnly Property IsGrayscale As Boolean
[Description("A value indicating whether this image resource contains grayscale image.")] public bool IsGrayscale { get; }
[Description("A value indicating whether this image resource contains grayscale image.")] public: __property bool get_IsGrayscale();
[Description("A value indicating whether this image resource contains grayscale image.")] public:
property bool IsGrayscale { bool get(); }