Class SyntaxEditorMarginsCollection
Class SyntaxEditorMarginsCollection.
Inheritance
System.Object
SyntaxEditorMarginsCollection
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI.Margins
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class SyntaxEditorMarginsCollection : ObservableCollection<FrameworkElement>
Constructors
SyntaxEditorMarginsCollection()
Declaration
public SyntaxEditorMarginsCollection()
Methods
UpdateUI(UIUpdateContext)
Updates the UI.
Declaration
public void UpdateUI(UIUpdateContext updateContext)
Parameters
UIUpdateContext
updateContext
The update context. |