A label style decorator that uses a node style instance to render the background and a label style instance to render the foreground of a label.

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#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = true)]
public class NodeStyleLabelStyleAdapter : ILabelStyle, 
	IVisualStyle<ILabel>, IModelItemInstaller<ILabel>, ICloneable
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
Public Class NodeStyleLabelStyleAdapter _
	Implements ILabelStyle, IVisualStyle(Of ILabel),  _
	IModelItemInstaller(Of ILabel), ICloneable

Inheritance Hierarchy

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

See Also