Ribbon for WinForms
BackgroundImageLayout 列挙体

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 : BackgroundImageLayout 列挙体
Specifies the layout logic used to display the background image.
シンタックス
'宣言
 
Public Enum BackgroundImageLayout 
   Inherits System.Enum
public enum BackgroundImageLayout : 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 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.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1SuperTooltip.BackgroundImageLayout

参照

C1.Win.C1SuperTooltip 名前空間