DiagramLite Programmer's Guide
Cell.ActualHeight Property
See Also
 





Gets or sets the actual height of this header within the diagram.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public double ActualHeight { get; set; }

Visual Basic  Copy Code

Public Property ActualHeight As Double

 Property Value

 Remarks

The associated header presenter binds its Height to this property.

 See Also

Cell Members
Cell Class
MindFusion.Diagramming.Lanes Namespace