SharpLeaf Reference > BoxStyle Structure > BoxStyle Constructor

BoxStyle Constructor

Define boxing decorations.

Overloads

Example

  // 1-pt thick rounded black box, shadowed and filled with light red
   boxstyle = new BoxStyle(1,Color.Black,LineStyle.Solid,10,Color.Red,FillStyle.Saturate20,true);

See also ...

BoxStyle.Members


Send comments on this topic
© Dyalog Ltd 2021