Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Border Style for rows (Read 1418 times)
Michael
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 17
Joined: Nov 9th, 2012
Border Style for rows
Nov 16th, 2015 at 2:59pm
Print Post  
Hi All
how get I Change the Border Style in rows when I create a TableNode into a single thin line? I wound to get rid of the 3D look.

Code
Select All
var table = d.Factory.CreateTableNode(0,0,30,30);
            table.Caption = "NewTableName";
            table.StrokeThickness = 0.5;
            int r = table.AddRow(); 




Reagrds Michael

  

row.png ( 3 KB | 85 Downloads )
row.png
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Border Style for rows
Reply #1 - Nov 16th, 2015 at 3:06pm
Print Post  
Hi,

Set tables' CellFrameStyle property.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint