SiteMapPath.PathSeparatorStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the style used for the PathSeparator string.
public:
property System::Web::UI::WebControls::Style ^ PathSeparatorStyle { System::Web::UI::WebControls::Style ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.Style PathSeparatorStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.PathSeparatorStyle : System.Web.UI.WebControls.Style
Public ReadOnly Property PathSeparatorStyle As Style
Property Value
The Style that contains the style settings of the SiteMapPath control's PathSeparator text.
- Attributes
Remarks
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.