Class SyntaxEditorMarginsCollection.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Margins
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
C#
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:
Inherited Members
Constructors
C#
public SyntaxEditorMarginsCollection()
Methods
Updates the UI.
C#
public void UpdateUI(UIUpdateContext updateContext)
The update context.