Class
SyntaxEditorMarginsCollection

Class SyntaxEditorMarginsCollection.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Margins

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class SyntaxEditorMarginsCollection : ObservableCollection<FrameworkElement>, IList<FrameworkElement>, ICollection<FrameworkElement>, IList, ICollection, IReadOnlyList<FrameworkElement>, IReadOnlyCollection<FrameworkElement>, IEnumerable<FrameworkElement>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<FrameworkElement>ObservableCollection<FrameworkElement>SyntaxEditorMarginsCollection

Implements: ICollectionICollection<FrameworkElement>IEnumerableIEnumerable<FrameworkElement>IListIList<FrameworkElement>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<FrameworkElement>IReadOnlyList<FrameworkElement>

Inherited Members ObservableCollection<FrameworkElement>.Move(int, int)ObservableCollection<FrameworkElement>.ClearItems()ObservableCollection<FrameworkElement>.RemoveItem(int)ObservableCollection<FrameworkElement>.InsertItem(int, FrameworkElement)ObservableCollection<FrameworkElement>.SetItem(int, FrameworkElement)ObservableCollection<FrameworkElement>.MoveItem(int, int)ObservableCollection<FrameworkElement>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<FrameworkElement>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<FrameworkElement>.BlockReentrancy()ObservableCollection<FrameworkElement>.CheckReentrancy()ObservableCollection<FrameworkElement>.CollectionChangedObservableCollection<FrameworkElement>.PropertyChangedCollection<FrameworkElement>.Add(FrameworkElement)Collection<FrameworkElement>.Clear()Collection<FrameworkElement>.CopyTo(FrameworkElement[], int)Collection<FrameworkElement>.Contains(FrameworkElement)Collection<FrameworkElement>.GetEnumerator()Collection<FrameworkElement>.IndexOf(FrameworkElement)Collection<FrameworkElement>.Insert(int, FrameworkElement)Collection<FrameworkElement>.Remove(FrameworkElement)Collection<FrameworkElement>.RemoveAt(int)Collection<FrameworkElement>.CountCollection<FrameworkElement>.ItemsCollection<FrameworkElement>.this[int]

Constructors

SyntaxEditorMarginsCollection()

Declaration

cs-api-definition
public SyntaxEditorMarginsCollection()

Methods

UpdateUI(UIUpdateContext)

Updates the UI.

Declaration

cs-api-definition
public void UpdateUI(UIUpdateContext updateContext)

Parameters

updateContext

UIUpdateContext

The update context.