Search
TableNodeExtensions.CaptionBrush(T) Method (T, Brush)
See Also
 





Sets the brush used to paint the table caption.

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

 Syntax

C#  Copy Code

public static T CaptionBrush<T> (
    T tableNode,
    Brush value
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function CaptionBrush(Of T As TableNode) ( _
    tableNode As T, _
    value As Brush _
) As T

 Parameters

tableNode

value

 Return Value

 See Also