Enumerations
The following enumerations are available globally.
-
Declaration
Swift
public enum FontKey : AttributedTextKey
-
Declaration
Swift
public enum ColorKey : AttributedTextKey
-
Declaration
Swift
public enum TrackingKey : AttributedTextKey
-
Declaration
Swift
public enum UnderlineStyleKey : AttributedTextKey
-
Declaration
Swift
public enum UnderlineColorKey : AttributedTextKey
-
Declaration
Swift
public enum ParagraphStyleKey : AttributedTextKey
-
Declaration
Swift
public enum LinkKey : AttributedTextKey
-
Namespace for logging config.
See moreDeclaration
Swift
public enum BlueprintLogging
-
Controls the layout system that Blueprint uses to lay out elements.
Blueprint supports multiple layout systems. Each is expected to produce the same result, but some may have different performance profiles or special requirements.
You can change the layout system used by setting the
layoutMode
property, but generally you should use thedefault
option.Changing the default will cause all instances of
See moreBlueprintView
to be invalidated, and re- render their contents.Declaration
Swift
public enum LayoutMode : Equatable
extension LayoutMode: CustomStringConvertible
-
Declaration
Swift
public enum CornerStyle : Equatable