Compartir a través de


RibbonMenuButton.SmallImage Propiedad

Lo siguiente se aplica a v2.

Obtiene o establece una imagen 16x16 para el botón.

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

Sintaxis

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

Valor de la propiedad

Tipo: System.Windows.Media.ImageSource
Una imagen 16x16 para el botón.

Vea también

Referencia

RibbonMenuButton Clase

Espacio de nombres Microsoft.WebMatrix.Extensibility