CharsInWidth Property
CharsInWidth
Returns number of characters painted with current font that will fit into control's client area.
Declaration
[Browsable(false)]
public virtual int CharsInWidth { get; }
Property Value
Type | Description |
---|---|
Int32 | Number of characters that can fit in. |