Ribbon for WinForms
BitmapIconElement クラス
メンバ 

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 : BitmapIconElement クラス
Represents an icon created from an image.
オブジェクト モデル
BitmapIconElement クラス
シンタックス
'宣言
 
Public Class BitmapIconElement 
   Inherits IconElement
public class BitmapIconElement : IconElement 
解説
The file that you use should be a solid image on a transparent background. The bitmap image is expected to be a true bitmap that has transparent pixels and non-transparent pixels. The recommended format is PNG. Other file-format image sources will load but result in a solid block of the foreground color. Caution: Resizing bitmaps at runtime might hurt application performance and result in blurry images. Consider using fixed-size images where possible.
継承階層

System.Object
   C1.Framework.Element
      C1.Framework.IconElement
         C1.Framework.BitmapIconElement

参照

BitmapIconElement メンバ
C1.Framework 名前空間