BackgroundImageInstance.ImageData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得類別中 BackgroundImage ImageData 屬性的計算值。
public:
abstract property cli::array <System::Byte> ^ ImageData { cli::array <System::Byte> ^ get(); };
public abstract byte[] ImageData { get; }
member this.ImageData : byte[]
Public MustOverride ReadOnly Property ImageData As Byte()
屬性值
Byte[]
一個 byte 陣列代表該屬性的計算值 BackgroundRepeat 。