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