Main Content

Simulink.dialog.Image class

Package: Simulink.dialog

Create an image dialog control

Description

Use an instance of Simulink.dialog.Image class to add an image dialog control.

Properties

Name

Uniquely identifies the dialog control and is a required field.

Type: character vector

FilePath

Specifies the path to the image file to be displayed on the dialog box.

Type: character vector

Default: empty

Row

Specifies whether dialog control is placed on the current row or on a new row.

Type: character vector

Value: 'current'|'new'

Default: 'new'

Enabled

Indicates whether image is active on the mask dialog box.

Type: boolean

Value: 'on'|'off'

Default: 'on'

Visible

Indicates whether image is displayed on the mask dialog box.

Type: boolean

Value: 'on'|'off'

Default: 'on'