RibbonButton.LargeImage Property
Applies to v2.
Gets or sets a 32x32 image for the button.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property LargeImage As ImageSource
Get
Private Set
'Usage
Dim instance As RibbonButton
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)
Property Value
Type: System.Windows.Media.ImageSource
A 32x32 image for the button.