ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeImageLayout Enumeration

In This Topic
    C1GaugeImageLayout Enumeration
    In This Topic
    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