Search
Grid.TopMargin Property
See Also
 





Gets or sets the offset of the lane grid from the top side of the document bounds.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float TopMargin { get; set; }

Visual Basic  Copy Code

Public Property TopMargin As Single

 Property Value

A float value specifying the top margin size in MeasureUnit.

 See Also