ImageLayout Enumeration

Indicates the layout orientation of an image in a control. Used by the BackgroundImageLayout property of the Control class.

Namespace: elsystem.windows.forms

Enumerated Values
  Name

Value

Public property Center 2
Public property None 0
Public property Stretch 3
Public property Tile 1
Public property Zoom 4