RibbonButton.LargeImage 屬性

適用於版本2

取得或設定按鈕的 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 影像。

請參閱

參考

RibbonButton 類別

Microsoft.WebMatrix.Extensibility 命名空間