Gets or sets a template that defines how the separator between each element of the tag cloud is displayed.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[BrowsableAttribute(false)]
public ITemplate SeparatorTemplate { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Property SeparatorTemplate As ITemplate
Visual C++
[BrowsableAttribute(false)]
public:
property ITemplate^ SeparatorTemplate {
	ITemplate^ get ();
	void set (ITemplate^ value);
}

Remarks

By default, the template looks like: In other words, a single, non-breaking space

See Also