BackgroundImageInstance.ImageData Property

Definition

Gets the calculated value of the ImageData property in a BackgroundImage class.

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()

Property Value

Byte[]

A byte array that represents the calculated value of the BackgroundRepeat property.

Implements

Applies to