Menu::StaticBottomSeparatorImageUrl Property
.NET Framework (current version)
Gets or sets the URL to an image displayed as the separator at the bottom of each static menu item.
Assembly: System.Web (in System.Web.dll)
public: property String^ StaticBottomSeparatorImageUrl { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The URL to an image displayed as the separator at the bottom of each static menu item. The default value is an empty string (""), which indicates that this property is not set.
Use the StaticBottomSeparatorImageUrl property to specify a custom image to display at the bottom of each static menu item that acts as a separator between menu items.
Note |
|---|
As an alternative, you can also display a separator image at the top of each static menu item by setting the StaticTopSeparatorImageUrl property. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
