Search
ContainerNode.CaptionFormat Property
See Also
 





Gets or sets the caption alignment and format.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public StringFormat CaptionFormat { get; set; }

Visual Basic  Copy Code

Public Property CaptionFormat As StringFormat

 Property Value

An instance of the .NET StringFormat class.

 See Also