ClassSyntaxEditorMargins
Class
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
The bottom.
Left
Gets the left.
Declaration
cs-api-definition
public SyntaxEditorMarginsCollection Left { get; }
Property Value
The left.
Right
Gets the right.
Declaration
cs-api-definition
public SyntaxEditorMarginsCollection Right { get; }
Property Value
The right.
ScrollableBottom
Gets the scrollable bottom.
Declaration
cs-api-definition
public SyntaxEditorMarginsCollection ScrollableBottom { get; }
Property Value
The scrollable bottom.
ScrollableLeft
Gets the scrollable left.
Declaration
cs-api-definition
public SyntaxEditorMarginsCollection ScrollableLeft { get; }
Property Value
The scrollable left.
ScrollableRight
Gets the scrollable right.
Declaration
cs-api-definition
public SyntaxEditorMarginsCollection ScrollableRight { get; }
Property Value
The scrollable right.
ScrollableTop
Gets the scrollable top.
Declaration
cs-api-definition
public SyntaxEditorMarginsCollection ScrollableTop { get; }
Property Value
The scrollable top.
Top
Gets the top.
Declaration
cs-api-definition
public SyntaxEditorMarginsCollection Top { get; }
Property Value
The top.
Methods
UpdateUI(UIUpdateContext)
Updates the UI.
Declaration
cs-api-definition
public void UpdateUI(UIUpdateContext updateContext)
Parameters
updateContext
The update context.