ArcGIS Runtime SDK for iOS
100.15
|
Go to the source code of this file.
Enumerations | |
enum | AGSStrokeSymbolLayerCapStyle { AGSStrokeSymbolLayerCapStyleButt = 0 , AGSStrokeSymbolLayerCapStyleRound = 1 , AGSStrokeSymbolLayerCapStyleSquare = 2 } |
enum | AGSStrokeSymbolLayerLineStyle3D { AGSStrokeSymbolLayerLineStyle3DTube = 0 , AGSStrokeSymbolLayerLineStyle3DStrip = 1 } |
The list of possible cap styles. The cap style describes the way that line symbol layers will terminate when combined with a geometry. The term "cap" refers to the end of the line. These options control the shape the cap takes.
butt
style. The list of possible 3D line styles. The 3D line style describes the way that line symbol layers will render in 3D. It refers to the rendering style of a 3D stroke layer. In a scene view, changing this property will change the appearance of the stroke layer.
strip
line style is supported in static rendering mode.