'Declaration <DescriptionAttribute("A value indicating whether the image is blank.")> <ReadOnlyAttribute(True)> Public ReadOnly Property IsImageBlank As Boolean
[Description("A value indicating whether the image is blank.")] [ReadOnly(True)] public bool IsImageBlank { get; }
[Description("A value indicating whether the image is blank.")] [ReadOnly(True)] public: __property bool get_IsImageBlank();
[Description("A value indicating whether the image is blank.")] [ReadOnly(True)] public:
property bool IsImageBlank { bool get(); }