The interface used by SimpleLabelStyleRenderer to describe a basic label style.

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#
public interface ISimpleLabelStyle : ILabelStyle, 
	IVisualStyle<ILabel>, IModelItemInstaller<ILabel>, ICloneable
Visual Basic
Public Interface ISimpleLabelStyle _
	Inherits ILabelStyle, IVisualStyle(Of ILabel), IModelItemInstaller(Of ILabel),  _
	ICloneable

See Also