RibbonButtonGallery.LargeImage 属性

适用于版本2

获取或设置库中的大图像。

命名空间:  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 命名空间