RibbonGroup.Icon Propiedad
Lo siguiente se aplica a v2.
Obtiene una imagen 32x32 para el grupo.
Espacio de nombres: Microsoft.WebMatrix.Extensibility
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
Public Property Icon As ImageSource
Get
Private Set
'Uso
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)
Valor de la propiedad
Tipo: System.Windows.Media.ImageSource
Icono 32x32 para el grupo.
Comentarios
El icono del grupo solo se mostrará cuando el grupo se contrae debido a limitaciones de espacio.