WindowTransparencyLevelCollection Class

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public class WindowTransparencyLevelCollection : ReadOnlyCollection<WindowTransparencyLevel>
Inheritance
Object    ReadOnlyCollectionWindowTransparencyLevel    WindowTransparencyLevelCollection

Constructors

WindowTransparencyLevelCollection(IListWindowTransparencyLevel)Initializes a new instance of the WindowTransparencyLevelCollection class

Properties

CountGets the number of elements contained in the ReadOnlyCollectionT instance.
(Inherited from ReadOnlyCollectionWindowTransparencyLevel)
ItemInt32Gets the element at the specified index.
(Inherited from ReadOnlyCollectionWindowTransparencyLevel)
ItemsReturns the IListT that the ReadOnlyCollectionT wraps.
(Inherited from ReadOnlyCollectionWindowTransparencyLevel)

Methods

Contains(T)Determines whether an element is in the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionWindowTransparencyLevel)
CopyTo(T, Int32)Copies the entire ReadOnlyCollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ReadOnlyCollectionWindowTransparencyLevel)
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorReturns an enumerator that iterates through the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionWindowTransparencyLevel)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOf(T)Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionWindowTransparencyLevel)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also