天際線分析參數。

interface SkylineAnalysisParameter {
    lineColor?: ov.Color;
    lineWidth?: number;
}

Properties

lineColor?: ov.Color

線的顏色。

Default Value

new ov.Color("#00FFFF")
lineWidth?: number

線的寬度,以pixel為單位。

Default Value

5

Generated using TypeDoc