ComponentOne Gauges for WinForms
C1GaugeImageLayout Enumeration

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace : C1GaugeImageLayout Enumeration
Specifies the position of the background image.
Syntax
'Declaration
 
Public Enum C1GaugeImageLayout 
   Inherits System.Enum
public enum C1GaugeImageLayout : 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 streched across the control's client rectangle.
TileThe image is tiled across the control's client rectangle.
ZoomThe image is enlarged within the control's client rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Gauge.C1GaugeImageLayout

See Also

Reference

C1.Win.C1Gauge Namespace