Search
Ruler.SetVerticalScaleVisible Method
See Also
 





Sets a value indicating whether the vertical ruler scale is visible.

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

 Syntax

C#  Copy Code

public Ruler SetVerticalScaleVisible (
    bool value
)

Visual Basic  Copy Code

Public Function SetVerticalScaleVisible( _
    value As Boolean _
) As Ruler

 Parameters

value

 Return Value

 See Also