Class InlineBase
Provides base functionality for all inline flow content elements.
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 parent paragraph of the inline.
Declaration
public Paragraph Paragraph { get; }
Property Value
Paragraph
The paragraph. |