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

Double border table style in RadRichTextBox

1 Answer 115 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Bob asked on 19 Mar 2019, 03:51 PM
How do I add a border style of "Double" to a table in a RadRichTextBox?

1 Answer, 1 is accepted

Sort by
0
Tanya
Telerik team
answered on 21 Mar 2019, 09:00 AM
Hello Bob,

I can see that my colleague already answered the question you have submitted through our support system and will post his reply here in case someone else encounters the same question.

If you are using RadDocumentEditor or RadRichTextBox to make undoable changes, you can use the ChangeTableBorders method. If you are using the document model directly, you can set Table.Borders property:
table.Borders = new TableBorders(new Telerik.Windows.Documents.Model.Border(BorderStyle.Double));

Regards,
Tanya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
RichTextBox
Asked by
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Answers by
Tanya
Telerik team
Share this question
or