Helper class for GeneralPathMarkupExtension

Namespace: yWorks.Canvas.Drawing.Markup
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)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public sealed class Close : IGeneralPathBuilderSupport
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public NotInheritable Class Close _
	Implements IGeneralPathBuilderSupport

Remarks

This class is not meant to be used from within code but supports the writing and parsing of XAML code only.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Drawing.Markup..::..Close

See Also