SMART datagrid v1.4 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.borderRight  property

셀 오른쪽 경계선을 그릴 때 사용되는 Stroke 객체. 

Getter
function borderRight(): Stroke
Setter
function setBorderRight(value: String|Stroke)
Code -1
    column.styles().setBorderLeft('#30000000,1');
    // null로 지정하면 경계선을 그리지 않는다.
    column.styles().setBorderLeft(null);
    // 기존 설정값을 제거하고 상위 styles 목록에서 내려받도록 한다.
    column.styles().clearValue('borderLeft');
See Also
borderLeft
borderTop
borderBottom
Fill & Stroke
스타일 개요
Examples
Column Styles