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





Sets the brush used to paint the caption area of this table.

Namespace: MindFusion.Diagramming.Fluent
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

tableNode

value

 Return Value

 See Also