C1.C1Preview Namespace > TableCell Class : Area Property |
'Declaration Public ReadOnly Property Area As RenderArea
public RenderArea Area {get;}
Getting this property checks the current value of the RenderObject property. If it is a RenderArea, it is returned.
Otherwise, a new RenderArea is created, assigned to RenderObject, and returned.
Note that properties from the old RenderObject are copied to the newly created RenderArea using the RenderObject.AssignFrom method. In particular, this copies the style from the old object to the new one.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2