SyntaxEditorMargins
Class
Class SyntaxEditorMargins.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI.Margins
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class SyntaxEditorMargins
Inheritance: objectSyntaxEditorMargins
Properties
Gets the bottom.
C#
public SyntaxEditorMarginsCollection Bottom { get; }
The bottom.
Gets the left.
C#
public SyntaxEditorMarginsCollection Left { get; }
The left.
Gets the right.
C#
public SyntaxEditorMarginsCollection Right { get; }
The right.
Gets the scrollable bottom.
C#
public SyntaxEditorMarginsCollection ScrollableBottom { get; }
The scrollable bottom.
Gets the scrollable left.
C#
public SyntaxEditorMarginsCollection ScrollableLeft { get; }
The scrollable left.
Gets the scrollable right.
C#
public SyntaxEditorMarginsCollection ScrollableRight { get; }
The scrollable right.
Gets the scrollable top.
C#
public SyntaxEditorMarginsCollection ScrollableTop { get; }
The scrollable top.
Gets the top.
C#
public SyntaxEditorMarginsCollection Top { get; }
The top.
Methods
Clears all margins.
C#
public void ClearAll()
Updates the UI.
C#
public void UpdateUI(UIUpdateContext updateContext)
The update context.