SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.borderLeft  property

セルの左側の境界線を描画する時使われるStroke客体 

Getter
function borderLeft(): Stroke
Setter
function setBorderLeft(value: String|Stroke)
Code -1
    column.styles().setBorderLeft('#30000000,1');
    // nullで指定すれば境界線を描画しない。
    column.styles().setBorderLeft(null);
    // 既存の設定値を削除して上位styles目録で受け継ぐようにする。
    column.styles().clearValue('borderLeft');
See Also
borderRight
borderTop
borderBottom
スタイル概要
Examples
Column Styles