次の方法で共有


RibbonButtonGallery.LargeImage プロパティ

v2 に適用されます。

ギャラリー内の大きな画像を取得または設定します。

名前空間:  Microsoft.WebMatrix.Extensibility
アセンブリ:  Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)

構文

'宣言
Public Property LargeImage As ImageSource 
    Get 
    Private Set
'使用
Dim instance As RibbonButtonGallery 
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
ギャラリー内の画像。

関連項目

参照

RibbonButtonGallery クラス

Microsoft.WebMatrix.Extensibility 名前空間