ComponentOne RichTextBox for UWP
C1TextDecorationCollection Class
Members 

C1.Xaml.RichTextBox.Documents Namespace : C1TextDecorationCollection Class
Represents a collection of TextDecoration instances.
Object Model
C1TextDecorationCollection Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
<System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")>
Public Class C1TextDecorationCollection 
   Inherits System.Collections.ObjectModel.Collection(Of C1TextDecoration)
[System.Reflection.DefaultMember("Item")]
[System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[System.Diagnostics.DebuggerDisplay("Count = {Count}")]
public class C1TextDecorationCollection : System.Collections.ObjectModel.Collection<C1TextDecoration> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.Xaml.RichTextBox.Documents.C1TextDecorationCollection

See Also

Reference

C1TextDecorationCollection Members
C1.Xaml.RichTextBox.Documents Namespace