An Insets object is a representation of the borders of a container.

Namespace: yWorks.yFiles.Util.Geom
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class Insets : ICloneable
Visual Basic
Public Class Insets _
	Implements ICloneable

Remarks

An Insets object is a representation of the borders of a container. It specifies the space that a container must leave at each of its edges. The space can be a border, a blank space, or a title.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Util.Geom..::..Insets

See Also