RibbonMenuButton.LargeImage-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft ein Bild (32 x 32) für die Schaltfläche ab bzw. legt dieses fest.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property LargeImage As ImageSource
Get
Private Set
'Usage
Dim instance As RibbonMenuButton
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)
Eigenschaftswert
Typ: System.Windows.Media.ImageSource
Ein Bild (32 x 32) für die Schaltfläche.