Class
SyntaxEditorMargins

Class SyntaxEditorMargins.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Margins

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class SyntaxEditorMargins

Inheritance: objectSyntaxEditorMargins

Properties

Bottom

Gets the bottom.

Declaration

cs-api-definition
public SyntaxEditorMarginsCollection Bottom { get; }

Property Value

SyntaxEditorMarginsCollection

The bottom.

Left

Gets the left.

Declaration

cs-api-definition
public SyntaxEditorMarginsCollection Left { get; }

Property Value

SyntaxEditorMarginsCollection

The left.

Right

Gets the right.

Declaration

cs-api-definition
public SyntaxEditorMarginsCollection Right { get; }

Property Value

SyntaxEditorMarginsCollection

The right.

ScrollableBottom

Gets the scrollable bottom.

Declaration

cs-api-definition
public SyntaxEditorMarginsCollection ScrollableBottom { get; }

Property Value

SyntaxEditorMarginsCollection

The scrollable bottom.

ScrollableLeft

Gets the scrollable left.

Declaration

cs-api-definition
public SyntaxEditorMarginsCollection ScrollableLeft { get; }

Property Value

SyntaxEditorMarginsCollection

The scrollable left.

ScrollableRight

Gets the scrollable right.

Declaration

cs-api-definition
public SyntaxEditorMarginsCollection ScrollableRight { get; }

Property Value

SyntaxEditorMarginsCollection

The scrollable right.

ScrollableTop

Gets the scrollable top.

Declaration

cs-api-definition
public SyntaxEditorMarginsCollection ScrollableTop { get; }

Property Value

SyntaxEditorMarginsCollection

The scrollable top.

Top

Gets the top.

Declaration

cs-api-definition
public SyntaxEditorMarginsCollection Top { get; }

Property Value

SyntaxEditorMarginsCollection

The top.

Methods

ClearAll()

Clears all margins.

Declaration

cs-api-definition
public void ClearAll()

UpdateUI(UIUpdateContext)

Updates the UI.

Declaration

cs-api-definition
public void UpdateUI(UIUpdateContext updateContext)

Parameters

updateContext

UIUpdateContext

The update context.