Default Attribute Block Type
enum DefaultAttributeBlockType : Enum<DotWriter.DefaultAttributeBlockType>
Content copied to clipboard
DefaultAttributeBlockType represents the scope of a default attributes block. The three supported scopes are GRAPH, NODE, and EDGE. The names of the enumeration values are chosen to match dot keywords and must not be changed.
Author
Todd L Smith