Helper class for XAML usage.

Namespace: yWorks.yFiles.GraphML.Folding
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = true)]
public sealed class EdgeViewState
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
Public NotInheritable Class EdgeViewState

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.yFiles.GraphML.Folding..::..EdgeViewState

See Also