ComponentOne Document Library for UWP
StyleCollection Class
Members 

C1.UWP.Document Assembly > C1.Xaml.Document Namespace : StyleCollection Class
Represents a collection of Style objects. This is the type of the Style.Children collection on a Style.
Object Model
StyleCollection Class
Syntax
'Declaration
 
Public Class StyleCollection 
   Inherits C1.Xaml.Document.OwnedCollection(Of Style)
public class StyleCollection : C1.Xaml.Document.OwnedCollection<Style> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
            C1.Xaml.Document.StyleCollection

See Also

Reference

StyleCollection Members
C1.Xaml.Document Namespace