Gets a value indicating whether this header is a row header.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual bool IsRowHeader { get; } |
Visual Basic
Copy Code
|
|---|
Public Overridable ReadOnly Property IsRowHeader As Boolean |
true if the header is a row header; otherwise, false.
RemarksBoth IsColumnHeader and IsRowHeader return false if the header is not attached to a lane grid.
See Also