SiteMapPath::PathSeparatorStyle Property
.NET Framework (current version)
Gets the style used for the PathSeparator string.
Assembly: System.Web (in System.Web.dll)
public: [PersistenceModeAttribute(PersistenceMode::InnerProperty)] property Style^ PathSeparatorStyle { Style^ get(); }
Property Value
Type: System.Web.UI.WebControls::Style^The Style that contains the style settings of the SiteMapPath control's PathSeparator text.
Use the PathSeparatorStyle property to control the appearance of the path separator that appears between navigation path nodes. Common style settings include font properties and a foreground color for the font used by the PathSeparator property.
If a PathSeparatorTemplate property is defined, both the PathSeparator and PathSeparatorStyle properties are ignored.
.NET Framework
Available since 2.0
Available since 2.0
Show: