CharWidthAvail Property (.NET)

 

Type: Integer

 

Returns the text characters that can fit across one line on the device without causing a line break.

 

Special notes for this property:

 

C# Example:

<html>Char width available:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.CharWidthAvail);

%>

</html>