UILayer
Class
UI Layer abstraction.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI.Layers
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public abstract class UILayer
Inheritance: objectUILayer
Derived Classes:
Constructors
Properties
Gets the associated editor.
C#
protected RadSyntaxEditorElement AssociatedEditor { get; }
The associated editor.
Gets the container.
C#
public Canvas Container { get; }
The container.
Methods
Clears this instance.
C#
public virtual void Clear()
Called when [associated editor changed].
C#
protected virtual void OnAssociatedEditorChanged(RadSyntaxEditorElement oldEditor, RadSyntaxEditorElement newEditor)
The old editor.
newEditorRadSyntaxEditorElementThe new editor.
Translates the and scale.
C#
protected virtual void TranslateAndScale(UIUpdateContext updateContext)
The update context.
Updates the UI.
Updates the UI.
C#
public void UpdateUI(UIUpdateContext updateContext)
The update context.
Updates the UI override.
C#
protected virtual void UpdateUIOverride(UIUpdateContext updateContext)
The update context.