RibbonGroup.Icon-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft ein Bild (32 x 32) für die Gruppe ab.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Icon As ImageSource
Get
Private Set
'Usage
Dim instance As RibbonGroup
Dim value As ImageSource
value = instance.Icon
public ImageSource Icon { get; private set; }
public:
property ImageSource^ Icon {
ImageSource^ get ();
private: void set (ImageSource^ value);
}
member Icon : ImageSource with get, private set
function get Icon () : ImageSource
private function set Icon (value : ImageSource)
Eigenschaftswert
Typ: System.Windows.Media.ImageSource
Ein Bild (32 x 32) für die Gruppe.
Hinweise
Das Symbol der Gruppe wird nur angezeigt, wenn die Gruppe aufgrund von Platzeinschränkungen reduziert ist.