ComponentOne InputPanel for WinForms
InputImageLayout Enumeration

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : InputImageLayout Enumeration
Specifies the layout logic used to display the background image in a rich tooltip.
Syntax
'Declaration
 
Public Enum InputImageLayout 
   Inherits System.Enum
public enum InputImageLayout : System.Enum 
Members
MemberDescription
CenterThe image is centered within the control's client rectangle.
NoneThe image is left-aligned at the top across the control's client rectangle.
StretchThe image is stretched across the control's client rectangle.
TileThe image is tiled across the control's client rectangle.
TileStretchThe image is split into nine pieces and tiled within the control's client rectangle. Center tiles are stretched, corner tiles are rendered with the original size.
ZoomThe image is enlarged within the control's client rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1InputPanel.InputImageLayout

See Also

Reference

C1.Win.C1InputPanel Namespace