'Declaration <DescriptionAttribute("A value indicating whether the image is black-white.")> Public ReadOnly Property IsImageBlackWhite As Boolean
[Description("A value indicating whether the image is black-white.")] public bool IsImageBlackWhite { get; }
[Description("A value indicating whether the image is black-white.")] public: __property bool get_IsImageBlackWhite();
[Description("A value indicating whether the image is black-white.")] public:
property bool IsImageBlackWhite { bool get(); }