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

Height of Telerik.Windows.Documents.Model.Table

1 Answer 63 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
C
Top achievements
Rank 1
C asked on 02 Aug 2012, 09:51 AM
Hi , 

Is there any way to get the height of a Telerik.Windows.Documents.Model.Table ?

1 Answer, 1 is accepted

Sort by
0
Iva Toteva
Telerik team
answered on 07 Aug 2012, 08:01 AM
Hi C K,

You can get the Height of the table in dip in the following way:

RectangleF boundingRectangle = table.FirstLayoutBox.ControlBoundingRectangle;
float tableHeight = boundingRectangle.Height;

I hope this answers your question.

Kind regards,
Iva Toteva
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
General Discussions
Asked by
C
Top achievements
Rank 1
Answers by
Iva Toteva
Telerik team
Share this question
or