Uri based 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)]
public class UriImageNodeStyle : IImageNodeStyle, 
	INodeStyle, IVisualStyle<INode>, IModelItemInstaller<INode>, 
	ICloneable
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
Public Class UriImageNodeStyle _
	Implements IImageNodeStyle, INodeStyle, IVisualStyle(Of INode),  _
	IModelItemInstaller(Of INode), ICloneable

Remarks

This implementation retrieves the image data from a given uri. In contrast to MemoryImageNodeStyle, only this uri is (de)serialized to GraphML.

Inheritance Hierarchy

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

See Also