TaxonomyWebTaggingControl.WidthCss Property
Gets or sets a CSS class that will be applied to the control that should specify a width CSS class.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property WidthCss As String
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As String
value = instance.WidthCss
instance.WidthCss = value
public string WidthCss { get; set; }
Property Value
Type: System.String
Returns String.
Remarks
The width class in CSS should specify a width.
See Also
Reference
TaxonomyWebTaggingControl Class