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

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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