| Revit 2024 API | 
| ButtonData..::..LargeImage Property | 
| ButtonData Class See Also | 
The large image of the button.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 24.0.0.0 (24.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public ImageSource LargeImage { get; set; } | 
| Visual Basic | 
|---|
| Public Property LargeImage As ImageSource Get Set | 
| Visual C++ | 
|---|
| public: property ImageSource^ LargeImage { ImageSource^ get (); void set (ImageSource^ value); } | 
 Remarks
Remarks
The image will be shown on the button in the Ribbon panel if the button is not a part of a stacked set.  
It will also be shown on a push button added to a pulldown button. The best size is 32 x 32 pixels; if larger, 
the image will be adjusted to fit the button.