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