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
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Style TopLeftAreaStyle { get; set; }

Visual Basic  Copy Code

Public Property TopLeftAreaStyle As Style

 Property Value

An instance of the Style class specifying how to paint the top left corner. The default value is null (Nothing in Visual Basic).

 See Also