| SharpLeaf Reference > BoxStyle Structure > BoxStyle Constructor  >  (Int32[],Color,LineStyle) BoxStyle Constructor  (Int32[],Color,LineStyle)Unfilled edges. public BoxStyle(
    int[] edgeWidths,
    Color edgeColor,
    LineStyle edgeStyle
);
edgeWidthsEdge line weights in points for all four sides {left,top,right,bottom} (a single value will be repeated) (default is 1).
edgeColorEdge color (default is Black).
edgeStyleEdge LineStyle (default is Solid).
 See also ...BoxStyle.Members | BoxStyle.BoxStyle Constructor  
 Send comments on this topic© Dyalog Ltd 2021
 |