Default implementation of IImageNodeStyle.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = true)]
[ContentPropertyAttribute("Image")]
public class MemoryImageNodeStyle : IImageNodeStyle, 
	INodeStyle, IVisualStyle<INode>, IModelItemInstaller<INode>, 
	ICloneable
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
<ContentPropertyAttribute("Image")> _
Public Class MemoryImageNodeStyle _
	Implements IImageNodeStyle, INodeStyle, IVisualStyle(Of INode),  _
	IModelItemInstaller(Of INode), ICloneable

Remarks

During serialization this instance will serialize the contents of the image.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..MemoryImageNodeStyle

See Also