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

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

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