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