:: com :: sun :: star :: awt ::

struct MenuLogo
Description
specifies a logo to be displayed on a menu, with a background gradient.

Elements' Summary
Graphic specifies the logo image.  
StartColor specifies the color at the start point of the gradient.  
EndColor specifies the color at the end point of the gradient.  
Elements' Details
Graphic
::com::sun::star::graphic::XGraphic Graphic;
Description
specifies the logo image.
StartColor
::com::sun::star::util::Color StartColor;
Description
specifies the color at the start point of the gradient.
EndColor
::com::sun::star::util::Color EndColor;
Description
specifies the color at the end point of the gradient.
Top of Page