Gets or sets a value indicating whether headers will be anchored to the corresponding side (that is, the column header anchored to the top side and the row header anchored to the left side).
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool HookHeaders { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HookHeaders As Boolean |
See Also