Search
ItemListView.SetFont Method
See Also
 





Sets the font of the items captions.

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

 Syntax

C#  Copy Code

public ItemListView SetFont (
    Font value
)

Visual Basic  Copy Code

Public Function SetFont( _
    value As Font _
) As ItemListView

 Parameters

value

 Return Value

 See Also