public Image BackgroundImage {get; set;}
'Declaration
Public Property BackgroundImage As Image
'使用法
Dim instance As PopUpCalculatorInfo
Dim value As Image
instance.BackgroundImage = value
value = instance.BackgroundImage
プロパティ値
ポップアップウィンドウの背景に表示する画像を表す
System.Drawing.Image。
デフォルト値はnull 参照 (Visual Basicでは
Nothing)です。