TextLine.HasOverflowed Property

Definition

Gets a value that indicates whether content of the line overflows the specified paragraph width.

public:
 abstract property bool HasOverflowed { bool get(); };
public abstract bool HasOverflowed { get; }
member this.HasOverflowed : bool
Public MustOverride ReadOnly Property HasOverflowed As Boolean

Property Value

true, it the line overflows the specified paragraph width; otherwise, false.

Applies to