Gets the collection of C1Inline in the C1Paragraph.

Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public ProxyCollection<C1Inline> Inlines { get; }
Visual Basic
Public ReadOnly Property Inlines As ProxyCollection(Of C1Inline)
	Get

See Also