Share via


TaxonomyWebTaggingControl.HeightCss property

Gets and sets a CSS class that will be applied to the control which should specify the heightCSS property value that will be applied to the control.

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

TaxonomyWebTaggingControl members

Microsoft.SharePoint.Taxonomy namespace