Whether to read node insets stored in the "nodeinsets" attribute.

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public bool ReadNodeInsets { get; set; }
Visual Basic
Public Property ReadNodeInsets As Boolean
	Get
	Set

Remarks

Setting this property to trueTruetruetrue (True in Visual Basic) (the default) will override a default IInsetsProvider implementations.

See Also