UILayer
Class
UI Layer abstraction.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Layers
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
C#
public abstract class UILayer
Inheritance: objectUILayer
Derived Classes:
Constructors
Properties
Gets the associated editor.
C#
protected RadSyntaxEditor AssociatedEditor { get; }
The associated editor.
Container
Canvas
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(RadSyntaxEditor oldEditor, RadSyntaxEditor newEditor)
The old editor.
newEditorRadSyntaxEditorThe 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.