Search
TableNodeExtensions.CellTextBrush(T) Method (T, Color, Color, Single)
See Also
 





Sets the brush used to paint texts inside table cells.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T CellTextBrush<T> (
    T tableNode,
    Color color1,
    Color color2,
    float angle
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function CellTextBrush(Of T As TableNode) ( _
    tableNode As T, _
    color1 As Color, _
    color2 As Color, _
    angle As Single _
) As T

 Parameters

tableNode

color1

color2

angle

 Return Value

 See Also