[]
Represents a collection of named Style.
public class GridStyleCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
GridStyleCollection(Frame) |
Name | Description |
---|---|
this[int] | Gets the specified Style from the collection given its index. |
this[string] | Gets the specified Style from the collection given its name. |
Name | Description |
---|---|
Add(Style) | Adds a Style to the end of the collection. |
IndexOf(Style) | Gets the index of the specified Style. |
Insert(int, Style) | Inserts a Style at the specified index. |
OnInsert(int, object) | |
RemoveAt(int) | Removes the Style at the specified index. |