Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Graph_Orientation

mattt edited this page Nov 16, 2020 · 2 revisions

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
Clone this wiki locally