Search
NodeListView.SetWidth Method
See Also
 





Sets the width of the view.

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

 Syntax

C#  Copy Code

public NodeListView SetWidth (
    int value
)

Visual Basic  Copy Code

Public Function SetWidth( _
    value As Integer _
) As NodeListView

 Parameters

value

The width of the view in pixels

 Return Value

 See Also