| SharpLeaf Reference > BoxStyle Structure > EdgeWidths Property BoxStyle.EdgeWidths PropertyLine-weight in points for the four edges : left, top, right, bottom (a single value will be repeated). public double[] EdgeWidths {get; set;}Examplebox.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
 |