Search
Header.Style Property
See Also
 






Gets or sets the style of this header.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Style Style { get; set; }

Visual Basic  Copy Code

Public Property Style As Style

 Property Value

An instance of the Style class that specifies the appearance of the header.

 See Also