ClassSyntaxEditorMarginsCollection
Class
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:
Inherited Members
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
The update context.