Class SyntaxEditorMarginsCollection.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI.Margins
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class SyntaxEditorMarginsCollection : ObservableCollection<FrameworkElement>, IList, ICollection, 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.