Gets or sets the text displayed as caption of the table. This is a dependency property
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public string Caption { get; set; } |
Visual Basic
![]() |
---|
Public Property Caption As String |
A string containing the text of the caption. Initialized with the value of TableCaption.
Text color and alignment can be customized by the CaptionBrush and CaptionFormat properties. Styled text allows applying various attributes to the text characters. Attributes are specified by embedding HTML-like formatting tags within the raw text. Styled text is enabled by setting EnableStyledText to true.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |