This is a migrated thread and some comments may be shown as answers.

How can I set the thickness of LineShape (Shape) item?

1 Answer 163 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
gureumi
Top achievements
Rank 1
gureumi asked on 22 Sep 2009, 06:41 PM
I could not find out.
Current line I get looks too thick after print-out.

Also is there any inherent way to make visible some(e.g: left and top borders only) of the boundary lines between different report sections? 

Thanks,

1 Answer, 1 is accepted

Sort by
0
gureumi
Top achievements
Rank 1
answered on 22 Sep 2009, 07:55 PM
Found the answer to the first question

Shape shape = new Telerik.Reporting.Shape();
shape.Style.LineWidth = new Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point);

Still working on the 2nd question.
Tags
General Discussions
Asked by
gureumi
Top achievements
Rank 1
Answers by
gureumi
Top achievements
Rank 1
Share this question
or