Share via


ImageIconSource.ImageSource プロパティ

定義

アイコン ソースとして使用するイメージ ファイルの URI を取得または設定します。

public:
 property ImageSource ^ ImageSource { ImageSource ^ get(); void set(ImageSource ^ value); };
ImageSource ImageSource();

void ImageSource(ImageSource value);
public ImageSource ImageSource { get; set; }
var imageSource = imageIconSource.imageSource;
imageIconSource.imageSource = imageSource;
Public Property ImageSource As ImageSource

プロパティ値

アイコン ソースとして使用するイメージ ファイルの URI。 既定値は、null です。

適用対象

こちらもご覧ください