Skip to main content
A newer version of this page is available. .

RibbonControl.ApplicationButtonLargeIcon Property

Gets or sets the image displayed within the Application Button in the Office2007 paint style. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public ImageSource ApplicationButtonLargeIcon { get; set; }

Property Value

Type Description
ImageSource

An ImageSource value that specifies the image displayed within the Application Button in the Office2007 paint style.

Remarks

A RibbonControl’s Application Button displays a large image in the Office2007 style, and a small image in the Office2010 and OfficeSlim paint styles (see RibbonControl.RibbonStyle).

Use the ApplicationButtonLargeIcon property to specify a custom large image for the Application Button. A small image can be specified with the RibbonControl.ApplicationButtonSmallIcon property.

The recommended large image size is 32x32 pixels, at 96 dpi. If the size of the assigned large image exceeds the ApplicationButton’s size (44x42), it is resized to the button’s size. The size of the circle within the Application Button is 36x36 pixels.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ApplicationButtonLargeIcon property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also