Search
Grid.topLeftAreaStyle Property
See Also
 





Gets or sets the style of the area above all row headers and to the left of all column headers.

Namespace: MindFusion.Diagramming.Lanes
File: Grid.js

 Syntax

JavaScript  Copy Code

get topLeftAreaStyle() {}
set topLeftAreaStyle(value) {}

 Property Value

Lanes.Style

A Style object that specifies the appearance of the top-left area.

 See Also