BulletGraph for WinForms
C1GaugeImageLayout 列挙体

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 : C1GaugeImageLayout 列挙体
Specifies the position of the background image.
シンタックス
'宣言
 
Public Enum C1GaugeImageLayout 
   Inherits System.Enum
public enum C1GaugeImageLayout : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.Gauge 名前空間