Search
Header.Style Property
See Also
 





Gets or sets the style of this header.

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

 Syntax

C#  Copy Code

public new Style Style { get; set; }

Visual Basic  Copy Code

Public Shadows Property Style As Style

 Property Value

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

 See Also