Enumeration that controls whether properties should be written as elements or attributes.

Namespace: yWorks.yFiles.GraphML.Xaml
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)]
public enum XamlAttributeWriteMode
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True)> _
Public Enumeration XamlAttributeWriteMode

Members

Member nameDescription
Auto0 Specifies that the write mode of a member should be determined automatically according to the current property value and the presence of TypeConverters, ValueSerializers and the like.
Never1 Never write as a XML attribute, even if a possible conversion exists.
Always2 Always write as XML attribute.

See Also