Freigeben über


RibbonButton.SmallImage-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft ein Bild (16 x 16) 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 SmallImage As ImageSource 
    Get 
    Private Set
'Usage
Dim instance As RibbonButton 
Dim value As ImageSource 

value = instance.SmallImage
public ImageSource SmallImage { get; private set; }
public:
property ImageSource^ SmallImage {
    ImageSource^ get ();
    private: void set (ImageSource^ value);
}
member SmallImage : ImageSource with get, private set
function get SmallImage () : ImageSource 
private function set SmallImage (value : ImageSource)

Eigenschaftswert

Typ: System.Windows.Media.ImageSource
Ein Bild (16 x 16) für die Schaltfläche.

Siehe auch

Verweis

RibbonButton Klasse

Microsoft.WebMatrix.Extensibility-Namespace