Gets an object that defines the default text formatting of table cells.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public ITextAttributes CellTextStyle { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property CellTextStyle As ITextAttributes |
An object that implements the ITextAttributes interface.
The cells of this table derive their text-related property values from CellTextStyle when there are no local values assigned to them.
WpfDiagram Programmer's Guide | © 2024 MindFusion |