System.Web.UI.WebControls.SiteMapPath.PathSeparatorStyle Property

Gets the style used for the SiteMapPath.PathSeparator string.

Syntax

[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
[System.ComponentModel.NotifyParentProperty(true)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.DefaultValue(null)]
public Style PathSeparatorStyle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the SiteMapPath.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 SiteMapPath.PathSeparator property.

If a SiteMapPath.PathSeparatorTemplate property is defined, both the SiteMapPath.PathSeparator and SiteMapPath.PathSeparatorStyle properties are ignored.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0