A simple mutable default implementation of the ILabelCandidateDescriptor interface.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
[ObfuscationAttribute(ApplyToMembers = true, Exclude = true, StripAfterObfuscation = false)]
public class LabelCandidateDescriptor : ILabelCandidateDescriptor
Visual Basic
<ObfuscationAttribute(ApplyToMembers := True, Exclude := True,  _
	StripAfterObfuscation := False)> _
Public Class LabelCandidateDescriptor _
	Implements ILabelCandidateDescriptor

Remarks

All properties are read/write in this implementation.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..LabelCandidateDescriptor

See Also