SharpLeaf Reference > BoxStyle Structure > EdgeWidths Property

BoxStyle.EdgeWidths Property

Line-weight in points for the four edges : left, top, right, bottom (a single value will be repeated).

public double[] EdgeWidths {get; set;}

Example

box.EdgeWidths = new double[] {2,0,0,0}; // Left edge only (2-point thick)

See also ...

BoxStyle.Members


Send comments on this topic
© Dyalog Ltd 2021