Revit 2025.3 API
Text |
The image of the TextBox.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ImageSource Image { get; set; }
Public Property Image As ImageSource Get Set
public: property ImageSource^ Image { ImageSource^ get (); void set (ImageSource^ value); }
member Image : ImageSource with get, set
Property Value
ImageSource
The image will be shown on the left side of the item.
The best size is 16 x 16 pixels.
See Also