@JsType(isNative=true, namespace="<global>", name="Object") public class PolylineDashMaterialPropertyOptions extends Object
PolylineDashMaterialProperty
.Modifier and Type | Field and Description |
---|---|
Property |
color
A Property specifying the Color of the line.
|
Property |
dashLength
A numeric Property specifying the length of the dash pattern in pixels
Dedault: 16.0;
|
Property |
dashPattern
A numeric Property specifying a 16 bit pattern for the dash
Default: 255.0
|
Property |
gapColor
A Property specifying the Color of the gaps in the line.
|
Constructor and Description |
---|
PolylineDashMaterialPropertyOptions() |
@JsProperty public Property color
Color.WHITE()
.@JsProperty public Property gapColor
Color.TRANSPARENT()
.@JsProperty public Property dashLength
@JsProperty public Property dashPattern
Copyright © 2019. All rights reserved.