Gets the size of this tag. This value will always be between 0 and TagSizeCount - 1.

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#
public int TagSize { get; }
Visual Basic (Declaration)
Public ReadOnly Property TagSize As Integer
Visual C++
public:
property int TagSize {
	int get ();
}

See Also