Search
DiagramView.SetWidth Method
See Also
 





Sets the width of the view.

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

 Syntax

C#  Copy Code

public DiagramView SetWidth (
    int value
)

Visual Basic  Copy Code

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

 Parameters

value

The width of the view in pixels.

 Return Value

 See Also