strokeDashAndGap

書式

graphicLineObject.strokeDashAndGap

説明

線分と間隔を示す配列です。
var g=app.activeDocument.graphicLines;
try{
    alert(g[0].strokeDashAndGap);
}catch(e){}

目次に戻る