TextTrackStyleEdgeStyle
public class TextTrackStyleEdgeStyle : NSObject
The TextTrackStyleEdgeStyle API can be used to change the edge style of the renderred TextTracks.
-
No edge style
Declaration
Swift
public static let none: String -
A raised edge style.
Declaration
Swift
public static let raised: String -
A depressed edge style.
Declaration
Swift
public static let depressed: String -
A uniform border style.
Declaration
Swift
public static let uniform: String -
A drop shadow style.
Declaration
Swift
public static let dropShadow: String