ButtonInformationImage Property |
Gets or sets a button image data, typically in PNG format.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public IEnumerable<byte> Image { get; set; }
Public Property Image As IEnumerable(Of Byte)
Get
Set
Dim instance As ButtonInformation
Dim value As IEnumerable(Of Byte)
value = instance.Image
instance.Image = value
Property Value
IEnumerableByteSee Also