Class EditLineStyles
Represents a collection of the ILineStyle objects for Edit control.
[Serializable]
public class EditLineStyles : ObservableCollection<IEditLineStyle>, IList, ICollection, IReadOnlyList<IEditLineStyle>, IReadOnlyCollection<IEditLineStyle>, INotifyCollectionChanged, INotifyPropertyChanged, IEditLineStyles, IList<IEditLineStyle>, ICollection<IEditLineStyle>, IEnumerable<IEditLineStyle>, IEnumerable
- Inheritance
-
EditLineStyles
- Implements
- Extension Methods
Constructors
- EditLineStyles()
Initializes a new instance of the
EditLineStylesclass with default settings.
- EditLineStyles(TextEditor)
Initializes a new instance of the
EditLineStylesclass with a specified owner.
Properties
- this[int]
Gets or sets the element at the specified index.
Methods
- AddLineStyle()
Adds a new
LineStyleto the collection.
- AddLineStyle(string, Color, Color, Color, int, LineStyleOptions)
Adds a new
LineStylewith specified parameters to the collection.
- Assign(IEditLineStyles)
Copies the contents from another
IEditLineStylesobject.
- IndexOfName(string)
Returns the zero-based index of the first occurrence of the specified Name in the line style collection.