[]
        
(Showing Draft Content)

C1.WPF.Document.StyleCollection

StyleCollection Class

Represents a collection of C1.WPF.Document.Style objects. This is the type of the C1.WPF.Document.Style.Children collection on a C1.WPF.Document.Style.

Inheritance
Collection<Style>
OwnedCollectionBase<Style>
OwnedCollection<Style>
StyleCollection
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class StyleCollection : OwnedCollection<Style>, IList<Style>, ICollection<Style>, IList, ICollection, IReadOnlyList<Style>, IReadOnlyCollection<Style>, IEnumerable<Style>, IEnumerable

Constructors

Name Description
StyleCollection()

Properties

Name Description
Owner

Gets C1.WPF.Document.Style object owning this collection.