A label model for node labels that lie inside of the node's Layout bounds and have been stretched to fit the node's size.

Namespace: yWorks.yFiles.UI.LabelModels
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 = false)]
public class InteriorStretchLabelModel : ILabelModel, 
	ILookup, ILabelModelParameterProvider
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class InteriorStretchLabelModel _
	Implements ILabelModel, ILookup, ILabelModelParameterProvider

Remarks

This label model supports 5 positions inside of the layout's bounds.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.LabelModels..::..InteriorStretchLabelModel

See Also