BackgroundImageInstance.ImageData 屬性

定義

取得類別中 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

實作

適用於