Skip to main content
A newer version of this page is available. .
Tab

ASPxSiteMapControlBase.FlowLayoutTextLineHeight Property

Gets or sets the height of lines which contain the nodes rendered using a flow layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit FlowLayoutTextLineHeight { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value that specifies the line height.

See Also