A label model that wraps an existing label model and decorates it with a descriptor.

Namespace: yWorks.yFiles.UI.LabelModels
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[ContentPropertyAttribute("InnerModel")]
public class DescriptorWrapperLabelModel : ILabelModel, 
	ILookup, ILabelCandidateDescriptorProvider, ILabelModelParameterProvider
Visual Basic
<ContentPropertyAttribute("InnerModel")> _
Public Class DescriptorWrapperLabelModel _
	Implements ILabelModel, ILookup, ILabelCandidateDescriptorProvider, ILabelModelParameterProvider

Inheritance Hierarchy

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

See Also