InlineCollection
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class InlineCollection : AutomationObject<InlineCollection>, IAutomationPeer, IPeerConverter, IList<Inline>, ICollection<Inline>, IEnumerable<Inline>, IEnumerable
Inheritance: objectAutomationObject<InlineCollection>InlineCollection
Implements:
Inherited Members
Constructors
C#
public InlineCollection()
Properties
C#
public bool IsReadOnly { get; }
Implements:
Methods
C#
public void Clear()
Implements: