Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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