BaseGaugeImageInstance.ImageData Property

Definition

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

public:
 property cli::array <System::Byte> ^ ImageData { cli::array <System::Byte> ^ get(); };
public byte[] ImageData { get; }
member this.ImageData : byte[]
Public ReadOnly Property ImageData As Byte()

Property Value

Byte[]

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

Applies to