Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets or sets the small image within the gallery.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property SmallImage As ImageSource
Get
Private Set
'Usage
Dim instance As RibbonButtonGallery
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)
Property Value
Type: System.Windows.Media.ImageSource
The image within the gallery.