Helper class for XAML usage.

Namespace: yWorks.yFiles.GraphML.Folding
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = true)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public sealed class EdgeViewState
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
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