Compartir a través de


RibbonMenuButton.LargeImage Propiedad

Lo siguiente se aplica a v2.

Obtiene o establece una imagen 32x32 para el botón.

Espacio de nombres:  Microsoft.WebMatrix.Extensibility
Ensamblado:  Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)

Sintaxis

'Declaración
Public Property LargeImage As ImageSource 
    Get 
    Private Set
'Uso
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)

Valor de la propiedad

Tipo: System.Windows.Media.ImageSource
Una imagen 32x32 para el botón.

Vea también

Referencia

RibbonMenuButton Clase

Espacio de nombres Microsoft.WebMatrix.Extensibility