Search
DiagramView.SetHeight Method
See Also
 





Sets the height of the view.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramView SetHeight (
    int value
)

Visual Basic  Copy Code

Public Function SetHeight( _
    value As Integer _
) As DiagramView

 Parameters

value

The height of the view in pixels.

 Return Value

 See Also