Class InlineBase
Provides shared functionality for inline-level elements that flow horizontally within paragraphs, such as text runs, images, and fields.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public abstract class InlineBase : DocumentElementBase
Properties
Paragraph
Gets the paragraph containing this inline element.
Declaration
public Paragraph Paragraph { get; }
Property Value
|
Paragraph
The paragraph. |