New to Telerik UI for WinFormsStart a free 30-day trial

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; }
Property Value:

The bottom.

Gets the left.

C#
public SyntaxEditorMarginsCollection Left { get; }
Property Value:

The left.

Gets the right.

C#
public SyntaxEditorMarginsCollection Right { get; }
Property Value:

The right.

Gets the scrollable bottom.

C#
public SyntaxEditorMarginsCollection ScrollableBottom { get; }
Property Value:

The scrollable bottom.

Gets the scrollable left.

C#
public SyntaxEditorMarginsCollection ScrollableLeft { get; }
Property Value:

The scrollable left.

Gets the scrollable right.

C#
public SyntaxEditorMarginsCollection ScrollableRight { get; }
Property Value:

The scrollable right.

Gets the scrollable top.

C#
public SyntaxEditorMarginsCollection ScrollableTop { get; }
Property Value:

The scrollable top.

Gets the top.

C#
public SyntaxEditorMarginsCollection Top { get; }
Property Value:

The top.

Methods

Clears all margins.

C#
public void ClearAll()

Updates the UI.

C#
public void UpdateUI(UIUpdateContext updateContext)
Parameters:updateContextUIUpdateContext

The update context.