RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX

The BorderStylesCollection type exposes the following members.

Constructors

  NameDescription
Public methodBorderStylesCollection()()()()
BorderStyles collection default constructor
Public methodBorderStylesCollection(IList)
BorderStyles constructor that accepts list of BorderStyles objects

Methods

  NameDescription
Public methodAdd
Adds an item to the collection.
Public methodClear
Removes all items from the collection.
Public methodContains
Determines whether the collection contains a specific value.
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from ICollection.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the collection.
Public methodInsert
Inserts an item to the IList at the specified index.
Public methodRemove
Removes the first occurrence of a specific object from the collection.
Public methodRemoveAt
Removes the collection item at the specified index.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection. (Inherited from ICollection.)
Public propertyIsFixedSize
Gets a value indicating whether the collection has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.)
Public propertyItem
Gets/sets the BorderStyles element at a given position
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.)

See Also