RibbonButton::SmallImageSource Property
.NET Framework (current version)
Gets or sets the image that is displayed on the control when the image size is set to Small.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
public: property ImageSource^ SmallImageSource { ImageSource^ get(); void set(ImageSource^ value); }
Property Value
Type: System.Windows.Media::ImageSource^The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.
Set the ImageSize property on the ControlSizeDefinition to control the visibility of the SmallImageSource.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 4.5
Available since 4.5
Show: