TextFrame.Overflowing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the text inside the specified text frame doesn't all fit within the frame.
public:
property bool Overflowing { bool get(); };
public bool Overflowing { get; }
member this.Overflowing : bool
Public ReadOnly Property Overflowing As Boolean