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