LineColor 要素 - NextStation リファレンス
デバイス設定:DeviceSetting > ColorDefinition > LineColor
ラインカラー設定のリストを表します。
ラインカラーは、路線情報ファイルのBranchDefinition 要素で定義されている枝(Branch 要素)ごとに指定できます。実際にどのような色になるのかは、LineColorSetting 要素で指定したインデックスが参照する、テーマファイルのブラシリソース配列の要素の内容によります。
サンプル
<LineColor>
<LineColorSetting BranchRef="0" LineColorIndex="0"/>
<LineColorSetting BranchRef="1" LineColorIndex="0"/>
<LineColorSetting BranchRef="2" LineColorIndex="1"/>
</LineColor>
子要素
LineColor 要素の子要素は以下のとおりです。
要素名 | 概要 |
---|---|
LineColorSetting | 区間単位のラインカラーを指定します。 |
属性
LineColor 要素には属性はありません。