Class PathStopCollection
Stores PathStop objects that are used for Opacity, Skew, and Scale effects of the RadCarouselPanel.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class PathStopCollection : Animatable, IList, ICollection, IList<PathStop>, ICollection<PathStop>, IEnumerable<PathStop>, IEnumerable
Constructors
PathStopCollection()
Properties
Count
Gets the number of elements contained in the System.Collections.ICollection.
Declaration
public int Count { get; }
Property Value
System.Int32
|
Implements
IsFixedSize
Gets a value indicating whether the System.Collections.IList has a fixed size.
Declaration
public virtual bool IsFixedSize { get; }
Property Value
System.Boolean
|
IsReadOnly
Gets a value indicating whether the System.Collections.Generic.ICollection<T> is read-only.
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Implements
IsSynchronized
Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).
Declaration
public bool IsSynchronized { get; }
Property Value
System.Boolean
|
Implements
Item[Int32]
Gets or sets the PathStop at the specified index.
Declaration
public PathStop this[int index] { get; set; }
Parameters
System.Int32
index
|
Property Value
PathStop
|
Implements
SyncRoot
Gets an object that can be used to synchronize access to the System.Collections.ICollection.
Declaration
public object SyncRoot { get; }
Property Value
System.Object
|
Implements
Methods
Add(PathStop)
Adds an item to the System.Collections.Generic.ICollection<T>.
Declaration
public void Add(PathStop item)
Parameters
PathStop
item
The object to add to the System.Collections.Generic.ICollection<T>. |
Implements
Exceptions
System.NotSupportedException
The System.Collections.Generic.ICollection<T> is read-only. |
Clear()
Removes all items from the System.Collections.IList.
Declaration
public void Clear()
Implements
Exceptions
System.NotSupportedException
The System.Collections.IList is read-only. |
CloneCore(Freezable)
Makes the instance a clone (deep copy) of the specified System.Windows.Freezable using base (non-animated) property values.
Declaration
protected override void CloneCore(Freezable sourceFreezable)
Parameters
System.Windows.Freezable
sourceFreezable
The object to clone. |
CloneCurrentValueCore(Freezable)
Makes the instance a modifiable clone (deep copy) of the specified System.Windows.Freezable using current property values.
Declaration
protected override void CloneCurrentValueCore(Freezable sourceFreezable)
Parameters
System.Windows.Freezable
sourceFreezable
The System.Windows.Freezable to be cloned. |
Contains(PathStop)
Determines whether the System.Collections.Generic.ICollection<T> contains a specific value.
Declaration
public bool Contains(PathStop item)
Parameters
PathStop
item
The object to locate in the System.Collections.Generic.ICollection<T>. |
Returns
System.Boolean
True if |
Implements
CopyTo(Array, Int32)
Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.
Declaration
public void CopyTo(Array array, int index)
Parameters
System.Array
array
The one-dimensional System.Array that is the destination of the elements copied from System.Collections.ICollection. The System.Array must have zero-based indexing. |
System.Int32
index
The zero-based index in |
Implements
Exceptions
System.ArgumentNullException
|
System.ArgumentOutOfRangeException
|
System.ArgumentException
|
System.ArgumentException
The type of the source System.Collections.ICollection cannot be cast automatically to the type of the destination |
CopyTo(PathStop[], Int32)
Copies the elements of the System.Collections.Generic.ICollection<T> to an System.Array, starting at a particular System.Array index.
Declaration
public void CopyTo(PathStop[] array, int arrayIndex)
Parameters
PathStop[]
array
The one-dimensional System.Array that is the destination of the elements copied from System.Collections.Generic.ICollection<T>. The System.Array must have zero-based indexing. |
System.Int32
arrayIndex
The zero-based index in |
Implements
Exceptions
System.ArgumentNullException
|
System.ArgumentOutOfRangeException
|
System.ArgumentException
|
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the System.Windows.Freezable derived class.
Declaration
protected override Freezable CreateInstanceCore()
Returns
System.Windows.Freezable
The new instance. |
FreezeCore(Boolean)
Makes this System.Windows.Media.Animation.Animatable object non-modifiable or determines whether it can be made non-modifiable.
Declaration
protected override bool FreezeCore(bool isChecking)
Parameters
System.Boolean
isChecking
True if this method should simply determine whether this instance can be frozen. false if this instance should actually freeze itself when this method is called. |
Returns
System.Boolean
If |
GetAsFrozenCore(Freezable)
Makes the instance a frozen clone of the specified System.Windows.Freezable using base (non-animated) property values.
Declaration
protected override void GetAsFrozenCore(Freezable sourceFreezable)
Parameters
System.Windows.Freezable
sourceFreezable
The instance to copy. |
GetCurrentValueAsFrozenCore(Freezable)
Makes the current instance a frozen clone of the specified System.Windows.Freezable. If the object has animated dependency properties, their current animated values are copied.
Declaration
protected override void GetCurrentValueAsFrozenCore(Freezable sourceFreezable)
Parameters
System.Windows.Freezable
sourceFreezable
The System.Windows.Freezable to copy and freeze. |
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<PathStop> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<PathStop>
A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection. |
Implements
IndexOf(PathStop)
Determines the index of a specific item in the System.Collections.Generic.IList<T>.
Declaration
public int IndexOf(PathStop item)
Parameters
PathStop
item
The object to locate in the System.Collections.Generic.IList<T>. |
Returns
System.Int32
The index of |
Implements
Insert(Int32, PathStop)
Inserts an item to the System.Collections.Generic.IList<T> at the specified index.
Declaration
public void Insert(int index, PathStop item)
Parameters
System.Int32
index
The zero-based index at which |
PathStop
item
The object to insert into the System.Collections.Generic.IList<T>. |
Implements
Exceptions
System.ArgumentOutOfRangeException
|
System.NotSupportedException
The System.Collections.Generic.IList<T> is read-only. |
OnChanged()
Called when the current System.Windows.Freezable object is modified.
Declaration
protected override void OnChanged()
Remove(PathStop)
Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection<T>.
Declaration
public bool Remove(PathStop item)
Parameters
PathStop
item
The object to remove from the System.Collections.Generic.ICollection<T>. |
Returns
System.Boolean
True if |
Implements
Exceptions
System.NotSupportedException
The System.Collections.Generic.ICollection<T> is read-only. |
RemoveAt(Int32)
Removes the System.Collections.IList item at the specified index.
Declaration
public void RemoveAt(int index)
Parameters
System.Int32
index
The zero-based index of the item to remove. |
Implements
Exceptions
System.ArgumentOutOfRangeException
|
System.NotSupportedException
The System.Collections.IList is read-only.-or- The System.Collections.IList has a fixed size. |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Returns an enumerator that iterates through a collection.
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator
An System.Collections.IEnumerator object that can be used to iterate through the collection. |
Implements
IList.Add(Object)
Declaration
int IList.Add(object value)
Parameters
System.Object
value
|
Returns
System.Int32
|
Implements
IList.Clear()
Declaration
void IList.Clear()
Implements
IList.Contains(Object)
Declaration
bool IList.Contains(object value)
Parameters
System.Object
value
|
Returns
System.Boolean
|
Implements
IList.get_Item(Int32)
Declaration
object IList.get_Item(int index)
Parameters
System.Int32
index
|
Returns
System.Object
|
Implements
IList.IndexOf(Object)
Declaration
int IList.IndexOf(object value)
Parameters
System.Object
value
|
Returns
System.Int32
|
Implements
IList.Insert(Int32, Object)
Declaration
void IList.Insert(int index, object value)
Parameters
System.Int32
index
|
System.Object
value
|
Implements
IList.IsFixedSize
Declaration
bool IList.IsFixedSize { get; }
Returns
System.Boolean
|
Implements
IList.IsReadOnly
Declaration
bool IList.IsReadOnly { get; }
Returns
System.Boolean
|
Implements
IList.Item[Int32]
Declaration
object IList.this[] { get; set; }
Parameters
System.Int32
index
|
Returns
System.Object
|
Implements
IList.Remove(Object)
Declaration
void IList.Remove(object value)
Parameters
System.Object
value
|
Implements
IList.RemoveAt(Int32)
Declaration
void IList.RemoveAt(int index)
Parameters
System.Int32
index
|
Implements
IList.set_Item(Int32, Object)
Declaration
void IList.set_Item(int index, object value)
Parameters
System.Int32
index
|
System.Object
value
|