Show / Hide Table of Contents

Class StrokeCollection

Represents a collection of Stroke objects.

Inheritance
System.Object
DependencyObject
PresentationFrameworkCollection<Stroke>
StrokeCollection
Implements
System.Collections.Generic.IList<Stroke>
System.Collections.Generic.ICollection<Stroke>
System.Collections.Generic.IEnumerable<Stroke>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
PresentationFrameworkCollection<Stroke>.CountProperty
PresentationFrameworkCollection<Stroke>.Count
PresentationFrameworkCollection<Stroke>.Item[Int32]
PresentationFrameworkCollection<Stroke>.IsFixedSize
PresentationFrameworkCollection<Stroke>.IsReadOnly
PresentationFrameworkCollection<Stroke>.IsSynchronized
PresentationFrameworkCollection<Stroke>.SyncRoot
PresentationFrameworkCollection<Stroke>.GetEnumerator()
PresentationFrameworkCollection<Stroke>.Add(Stroke)
PresentationFrameworkCollection<Stroke>.Clear()
PresentationFrameworkCollection<Stroke>.Contains(Stroke)
PresentationFrameworkCollection<Stroke>.CopyTo(Array, Int32)
PresentationFrameworkCollection<Stroke>.CopyTo(Stroke[], Int32)
PresentationFrameworkCollection<Stroke>.IndexOf(Stroke)
PresentationFrameworkCollection<Stroke>.Insert(Int32, Stroke)
PresentationFrameworkCollection<Stroke>.Remove(Stroke)
PresentationFrameworkCollection<Stroke>.RemoveAt(Int32)
PresentationFrameworkCollection<Stroke>.IEnumerable.GetEnumerator()
PresentationFrameworkCollection<Stroke>.IList.Add(Object)
PresentationFrameworkCollection<Stroke>.IList.Remove(Object)
PresentationFrameworkCollection<Stroke>.IList.RemoveAt(Int32)
PresentationFrameworkCollection<Stroke>.IList.Insert(Int32, Object)
PresentationFrameworkCollection<Stroke>.IList.IndexOf(Object)
PresentationFrameworkCollection<Stroke>.IList.Contains(Object)
PresentationFrameworkCollection<Stroke>.IList.Item[Int32]
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Ink
Assembly: OpenSilver.dll
Syntax
public sealed class StrokeCollection : PresentationFrameworkCollection<Stroke>, IDependencyObject, IList<Stroke>, ICollection<Stroke>, IEnumerable<Stroke>, IList, ICollection, IEnumerable

Constructors

| Improve this Doc View Source

StrokeCollection()

Initializes a new instance of the StrokeCollection class.

Declaration
public StrokeCollection()

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source