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

Namespace: yWorks.yFiles.Util.Geom
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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