RibbonButton.LargeImage プロパティ
v2 に適用されます。
ボタンの 32x32 画像を取得または設定します。
名前空間: Microsoft.WebMatrix.Extensibility
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Public Property LargeImage As ImageSource
Get
Private Set
'使用
Dim instance As RibbonButton
Dim value As ImageSource
value = instance.LargeImage
public ImageSource LargeImage { get; private set; }
public:
property ImageSource^ LargeImage {
ImageSource^ get ();
private: void set (ImageSource^ value);
}
member LargeImage : ImageSource with get, private set
function get LargeImage () : ImageSource
private function set LargeImage (value : ImageSource)
プロパティ値
型: System.Windows.Media.ImageSource
ボタンの 32x32 画像。