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
);
edgeWidth
Edge line weight in points (default is 1).
edgeColor
Edge color (default is Black).
edgeStyle
Edge LineStyle (default is Solid).
radius
Radius 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