Graph_Orientation - SwiftDocOrg/GraphViz GitHub Wiki

Graph.Orientation

public enum Orientation

Inheritance

Hashable, RawRepresentable

Initializers

init?(rawValue:)

public init?(rawValue: Double)

Enumeration Cases

portrait

case portrait

landscape

case landscape

custom

case custom(degrees: Double)

Properties

rawValue

var rawValue: Double