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.

Namespace:   System.Windows.Controls.Ribbon
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

SmallImageSourceProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: