Intersoft ClientUI Documentation
LineSpacingType Property (TableCell)



Gets or sets the line spacing type of the element.
Syntax
Public Property LineSpacingType As LineSpacingType
Dim instance As TableCell
Dim value As LineSpacingType
 
instance.LineSpacingType = value
 
value = instance.LineSpacingType
public LineSpacingType LineSpacingType {get; set;}
public:
property LineSpacingType LineSpacingType {
   LineSpacingType get();
   void set (    LineSpacingType value);
}
Remarks

You can use LineSpacingType and LineSpacing properties to specify spacing between lines in FlowDocument elements. The following are the options of LineSpacingType property:

Requirements

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

See Also

Reference

TableCell Class
TableCell Members

Send Feedback