In This Topic
Gets a value indicating whether the text was fully fitted within the layout.
Syntax
'Declaration
Public ReadOnly Fitted As Boolean
public readonly bool Fitted
Field Value
A
System.Boolean value.
true
if the text was fully fitted; otherwise,
false
.
See Also