Search
ZoomControl.SetShowLabel Method
See Also
 





Sets a value indicating whether the label that shows the current zoom level should be visible.

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

 Syntax

C#  Copy Code

public ZoomControl SetShowLabel (
    bool value
)

Visual Basic  Copy Code

Public Function SetShowLabel( _
    value As Boolean _
) As ZoomControl

 Parameters

value

 Return Value

 See Also