| SharpLeaf Reference > BoxStyle Structure > BoxStyle Constructor  >  (Double,Color,LineStyle,Double) BoxStyle Constructor  (Double,Color,LineStyle,Double)Unfilled decorated box. public BoxStyle(
    double edgeWidth,
    Color edgeColor,
    LineStyle edgeStyle,
    double radius
);
edgeWidthEdge line weight in points (default is 1).
edgeColorEdge color (default is Black).
edgeStyleEdge LineStyle (default is Solid).
radiusRadius of rounded corners (default is 0 for square) – unsupported if edgeWidths have different values.
 See also ...BoxStyle.Members | BoxStyle.BoxStyle Constructor  
 Send comments on this topic© Dyalog Ltd 2021
 |