'Declaration <ReadOnlyAttribute(True)> <DescriptionAttribute("Index of the background color if the image is a palette image.")> Public ReadOnly Property BackgroundColorIndex As Byte
[ReadOnly(True)] [Description("Index of the background color if the image is a palette image.")] public byte BackgroundColorIndex { get; }
[ReadOnly(True)] [Description("Index of the background color if the image is a palette image.")] public: __property byte get_BackgroundColorIndex();
[ReadOnly(True)] [Description("Index of the background color if the image is a palette image.")] public:
property byte BackgroundColorIndex { byte get(); }