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

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#
[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