Search
LayerListView.ItemHeight Property
See Also
 






Gets or sets the height of the items. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls

 Syntax

C#  Copy Code

public double ItemHeight { get; set; }

Visual Basic  Copy Code

Public Property ItemHeight As Double

 Property Value

An integer value.

 See Also