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