Specifies the number of the columns of the text in the bounding rectangle.
Syntax
'Declaration
Public Property NumberOfColumns As Integer
'Usage
Dim instance As RichText
Dim value As Integer
instance.NumberOfColumns = value
value = instance.NumberOfColumns
public int NumberOfColumns {get; set;}
See Also