ComponentOne Ribbon for WinForms
BackgroundImageLayout Enumeration

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace : BackgroundImageLayout Enumeration
Specifies the layout logic used to display the image.
Syntax
'Declaration
 
Public Enum BackgroundImageLayout 
   Inherits System.Enum
public enum BackgroundImageLayout : 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.C1Ribbon.BackgroundImageLayout

See Also

Reference

C1.Win.C1Ribbon Namespace