ButtonInformationDefaultImage Property |
Gets a default image for buttons.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static IEnumerable<byte> DefaultImage { get; }
Public Shared ReadOnly Property DefaultImage As IEnumerable(Of Byte)
Get
Dim value As IEnumerable(Of Byte)
value = ButtonInformation.DefaultImage
Property Value
IEnumerableByteSee Also