TextLineBreak Class

Definition

Specifies text properties and state at the point where text is broken by the line breaking process.

public ref class TextLineBreak sealed : IDisposable
public sealed class TextLineBreak : IDisposable
type TextLineBreak = class
    interface IDisposable
Public NotInheritable Class TextLineBreak
Implements IDisposable
Inheritance
TextLineBreak
Implements

Methods

Clone()

Clone a new instance of the TextLineBreak object.

Dispose()

Releases the resources used by the TextLineBreak class.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Finalize()

Finalizes the object to perform cleanup operations on unmanaged resources held by the current object before the current object is destroyed.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also