Class RadSyntaxEditorElement
Class RadSyntaxEditor.
Implements the IText
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class RadSyntaxEditorElement : FrameworkElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop, ITextDocumentEditor, IDisposable
Constructors
RadSyntaxEditorElement()
Initializes a new instance of the Rad
Declaration
public RadSyntaxEditorElement()
Fields
AcceptsReturnProperty
Registers the Accepts
Declaration
public static readonly RadProperty AcceptsReturnProperty
Field Value
AllowScalingProperty
Registers the Allow
Declaration
public static readonly RadProperty AllowScalingProperty
Field Value
BorderColorProperty
CaretBrushProperty
Registers the Caret
Declaration
public static readonly RadProperty CaretBrushProperty
Field Value
DEFAULT_NAMESPACE
Declaration
public static readonly string DEFAULT_NAMESPACE
Field Value
System.
|
EditorFontFamilyProperty
Registers the Editor
Declaration
public static readonly RadProperty EditorFontFamilyProperty
Field Value
EditorFontSizeProperty
Registers the Editor
Declaration
public static readonly RadProperty EditorFontSizeProperty
Field Value
EditorFontStretchProperty
Registers the Telerik.
Declaration
public static readonly RadProperty EditorFontStretchProperty
Field Value
EditorFontStyleProperty
Registers the Telerik.
Declaration
public static readonly RadProperty EditorFontStyleProperty
Field Value
EditorFontWeightProperty
Registers the Telerik.
Declaration
public static readonly RadProperty EditorFontWeightProperty
Field Value
HorizontalScrollBarVisibilityProperty
Registers the Horizontal
Declaration
public static readonly RadProperty HorizontalScrollBarVisibilityProperty
Field Value
IndentProviderProperty
Registers the Indent
Declaration
public static readonly RadProperty IndentProviderProperty
Field Value
InsertModeProperty
Registers the Insert
Declaration
public static readonly RadProperty InsertModeProperty
Field Value
IsCaretVisibleProperty
Registers the Is
Declaration
public static readonly RadProperty IsCaretVisibleProperty
Field Value
IsReadOnlyProperty
Registers the Is
Declaration
public static readonly RadProperty IsReadOnlyProperty
Field Value
IsSelectionEnabledProperty
Registers the Is
Declaration
public static readonly RadProperty IsSelectionEnabledProperty
Field Value
IsWordWrapEnabledProperty
Registers the Is
Declaration
public static readonly RadProperty IsWordWrapEnabledProperty
Field Value
PaletteProperty
Registers the Palette dependency property.
Declaration
public static readonly RadProperty PaletteProperty
Field Value
ScaleFactorProperty
Registers the Scale
Declaration
public static readonly RadProperty ScaleFactorProperty
Field Value
SelectionFillColorProperty
SelectionFillProperty
Registers the Selection
Declaration
public static readonly RadProperty SelectionFillProperty
Field Value
SelectionStrokeColorProperty
SelectionStrokeProperty
Registers the Selection
Declaration
public static readonly RadProperty SelectionStrokeProperty
Field Value
ShouldTaggersProcessEntireLinesProperty
Registers the Should
Declaration
public static readonly RadProperty ShouldTaggersProcessEntireLinesProperty
Field Value
ShowLineNumbersProperty
Registers the Show
Declaration
public static readonly RadProperty ShowLineNumbersProperty
Field Value
VerticalScrollBarVisibilityProperty
Registers the Vertical
Declaration
public static readonly RadProperty VerticalScrollBarVisibilityProperty
Field Value
Properties
AcceptsReturn
Gets or sets a value indicating whether [accepts return].
Declaration
public bool AcceptsReturn { get; set; }
Property Value
System.
|
AllowScaling
Gets or sets a value indicating whether [allow scaling].
Declaration
public bool AllowScaling { get; set; }
Property Value
System.
|
BorderColor
Declaration
[VsbBrowsable(true)]
public Color BorderColor { get; set; }
Property Value
System.
|
CaretBrush
Gets or sets the brush of the active caret in the editor.
Declaration
public Brush CaretBrush { get; set; }
Property Value
System.
|
CaretColor
Gets or sets the caret color.
Declaration
public Color CaretColor { get; set; }
Property Value
System. The caret color. |
CaretDisplayMode
Gets or sets the caret display mode.
Declaration
public CaretDisplayMode CaretDisplayMode { get; set; }
Property Value
Caret The caret display mode. |
CaretPosition
Gets the caret position.
Declaration
public CaretPosition CaretPosition { get; }
Property Value
Caret The caret position. |
CaretWidth
Gets or sets the caret width when the DisplayMode is set to Normal.
Declaration
public double CaretWidth { get; set; }
Property Value
System. The caret width. |
Commands
Gets the commands.
Declaration
public SyntaxEditorCommands Commands { get; }
Property Value
Syntax The commands. |
CurrentInsertMode
Gets or sets the current insert mode.
Declaration
public string CurrentInsertMode { get; set; }
Property Value
System. The current insert mode. |
Document
Gets or sets the text document.
Declaration
public TextDocument Document { get; set; }
Property Value
Text The document. |
Implements
EditorFontFamily
Gets or sets a value indicating the font family of the text editor.
Declaration
public FontFamily EditorFontFamily { get; set; }
Property Value
EditorFontSize
Gets or sets a value indicating the font size of the text editor.
Declaration
public double EditorFontSize { get; set; }
Property Value
System.
|
EditorPresenter
Gets the editor presenter.
Declaration
public SyntaxEditorPresenter EditorPresenter { get; }
Property Value
Syntax The editor presenter. |
FoldingManager
Gets the folding manager.
Declaration
public FoldingManager FoldingManager { get; }
Property Value
Folding The folding manager. |
HorizontalScrollBar
Gets the horizontal scroll bar.
Declaration
public RadScrollBarElement HorizontalScrollBar { get; }
Property Value
Rad The horizontal scroll bar. |
HorizontalScrollBarVisibility
Gets or sets the horizontal scroll bar visibility.
Declaration
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
Property Value
Scroll The horizontal scroll bar visibility. |
IndentProvider
Gets or sets the indent provider.
Declaration
public ISmartIndentProvider IndentProvider { get; set; }
Property Value
ISmart The indent provider. |
InputHandler
Gets or sets an instance of Syntax
Declaration
public SyntaxEditorInputBehavior InputHandler { get; set; }
Property Value
IntelliPrompts
Gets the intelli prompts.
Declaration
public SyntaxEditorIntelliPrompts IntelliPrompts { get; }
Property Value
Syntax The intelli prompts. |
IsCaretVisible
Gets or sets a value indicating whether this instance is caret visible.
Declaration
public bool IsCaretVisible { get; set; }
Property Value
System.
|
IsInUndoGroup
Gets a value indicating whether this instance is in undo group.
Declaration
public bool IsInUndoGroup { get; }
Property Value
System.
|
IsOverwriteModeEnabled
Gets or sets a value indicating whether this instance is overwrite mode enabled.
Declaration
public bool IsOverwriteModeEnabled { get; set; }
Property Value
System.
|
IsReadOnly
Gets or sets a value indicating whether this instance is read only.
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.
|
IsSelectionEnabled
Gets or sets a value indicating whether this instance is selection enabled.
Declaration
public bool IsSelectionEnabled { get; set; }
Property Value
System.
|
IsWordWrapEnabled
Gets or sets a value indicating whether the word wrapping mode is enabled.
Declaration
public bool IsWordWrapEnabled { get; set; }
Property Value
System.
|
Margins
Gets the margins.
Declaration
public SyntaxEditorMargins Margins { get; }
Property Value
Syntax The margins. |
Palette
Gets or sets the palette of syntax elements' colors used for this Rad
Declaration
public SyntaxEditorPalette Palette { get; set; }
Property Value
Properties
Gets the properties.
Declaration
public SyntaxEditorProperties Properties { get; }
Property Value
Syntax The properties. |
ScaleFactor
Gets or sets the scale factor.
Declaration
public double ScaleFactor { get; set; }
Property Value
System. The scale factor. |
SearchPanel
Selection
Gets the selection.
Declaration
public Selection Selection { get; }
Property Value
Selection
The selection. |
SelectionFill
Gets or sets the selection fill.
Declaration
public Brush SelectionFill { get; set; }
Property Value
System. The selection fill. |
SelectionFillColor
Declaration
[VsbBrowsable(true)]
public Color SelectionFillColor { get; set; }
Property Value
System.
|
SelectionStroke
Gets or sets the selection stroke.
Declaration
public Brush SelectionStroke { get; set; }
Property Value
System. The selection stroke. |
SelectionStrokeColor
Declaration
[VsbBrowsable(true)]
public Color SelectionStrokeColor { get; set; }
Property Value
System.
|
ShowLineNumbers
Gets or sets a value indicating whether the line numbers are shown.
Declaration
public bool ShowLineNumbers { get; set; }
Property Value
System.
|
TaggersRegistry
Gets the taggers registry.
Declaration
public TaggersRegistry TaggersRegistry { get; }
Property Value
Taggers The taggers registry. |
TextFormatDefinitions
Gets the text format definitions.
Declaration
public TextFormatDefinitionStack TextFormatDefinitions { get; }
Property Value
Text The text format definitions. |
UILayersBuilder
Gets or sets the UI layers builder.
Declaration
public UILayersBuilder UILayersBuilder { get; set; }
Property Value
UILayers The UI layers builder. |
UseMonospacedFontOptimization
Gets or sets a value indicating whether [use monospaced font optimization].
Declaration
public bool UseMonospacedFontOptimization { get; set; }
Property Value
System.
|
UseShiftKeyInSelection
Gets or sets a value indicating whether [use shift key in selection].
Declaration
public bool UseShiftKeyInSelection { get; set; }
Property Value
System.
|
VerticalScrollBar
Gets the vertical scroll bar.
Declaration
public RadScrollBarElement VerticalScrollBar { get; }
Property Value
Rad The vertical scroll bar. |
VerticalScrollBarVisibility
Gets or sets the vertical scroll bar visibility.
Declaration
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
Property Value
Scroll The vertical scroll bar visibility. |
Viewport
ZoomComboBox
Declaration
public RadDropDownListElement ZoomComboBox { get; }
Property Value
Methods
ApplyCachedProperties(Boolean)
Applies all saved RadProperties.
Declaration
protected virtual void ApplyCachedProperties(bool clearCache = true)
Parameters
System. Determines whether the properties cache will be cleared. |
ArrangeInnerMargins(RectangleF)
Declaration
protected virtual RectangleF ArrangeInnerMargins(RectangleF clientRect)
Parameters
System.
|
Returns
System.
|
ArrangeOuterMargins(RectangleF)
Declaration
protected virtual RectangleF ArrangeOuterMargins(RectangleF clientRect)
Parameters
System.
|
Returns
System.
|
ArrangeOverride(SizeF)
Called when control is arranged.
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
Backspace()
Backspaces this instance.
Declaration
public void Backspace()
BeginUndoGroup()
Begins the undo group.
Declaration
public void BeginUndoGroup()
CancelUndoGroup()
Cancels the undo group.
Declaration
public void CancelUndoGroup()
CloseFindDialog()
Closes the find dialog.
Declaration
public void CloseFindDialog()
CompleteCode()
Completes the code.
Declaration
public void CompleteCode()
Copy()
Copies this instance.
Declaration
public void Copy()
CrateSyntaxEditorPresenter()
Declaration
protected virtual SyntaxEditorPresenter CrateSyntaxEditorPresenter()
Returns
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateSyntaxEditorHistoryState()
Creates the state of the code editor history.
Declaration
public SyntaxEditorHistoryState CreateSyntaxEditorHistoryState()
Returns
Syntax SyntaxEditorHistoryState. |
CreateZoomElement()
Create the Zoom drop-down element.
Declaration
protected virtual RadDropDownListElement CreateZoomElement()
Returns
Cut()
Cuts this instance.
Declaration
public void Cut()
DecreaseLineIndent()
Decreases the line indent.
Declaration
public void DecreaseLineIndent()
Delete()
Deletes this instance.
Declaration
public void Delete()
DeleteFullLine()
Deletes the full line.
Declaration
public void DeleteFullLine()
DeleteWordToLeft()
Deletes the word to left.
Declaration
public void DeleteWordToLeft()
DeleteWordToRight()
Deletes the word to right.
Declaration
public void DeleteWordToRight()
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.
|
EndUndoGroup()
Ends the undo group.
Declaration
public void EndUndoGroup()
Find(String, Int32)
Finds the specified search text.
Declaration
public Span? Find(string searchText, int startIndex)
Parameters
System. The search text. |
System. The start index. |
Returns
System. System.Nullable<Span>. |
Find(String, Int32, Boolean)
Finds the specified search text.
Declaration
public Span? Find(string searchText, int startIndex, bool useRegularExpression)
Parameters
System. The search text. |
System. The start index. |
System. If set to |
Returns
System. System.Nullable<Span>. |
Find(String, Int32, Boolean, Boolean)
Finds the specified search text.
Declaration
public Span? Find(string searchText, int startIndex, bool matchCase, bool useRegularExpression)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
FindAll(String)
Finds all spans.
Declaration
public IEnumerable<Span> FindAll(string searchText)
Parameters
System. The search text. |
Returns
System. IEnumerable<Span>. |
FindAll(String, Boolean)
Finds all spans.
Declaration
public IEnumerable<Span> FindAll(string searchText, bool useRegularExpression)
Parameters
System.
|
System.
|
Returns
System.
|
FindAll(String, Boolean, Boolean)
Finds all spans.
Declaration
public IEnumerable<Span> FindAll(string searchText, bool matchCase, bool useRegularExpression)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
FindPrevious(String, Int32, Boolean)
Finds the specified search text before the current index.
Declaration
public Span? FindPrevious(string searchText, int startIndex, bool matchCase)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
GetContentRect(RectangleF)
Declaration
protected virtual RectangleF GetContentRect(RectangleF availableRect)
Parameters
System.
|
Returns
System.
|
GetLineBoundingRectangleByLineNumber(Int32, Boolean)
Gets the line bounding rectangle by line number.
Declaration
public Rect GetLineBoundingRectangleByLineNumber(int lineNumber, bool cutToBaseline = false)
Parameters
System.
|
System.
|
Returns
GetLinePartBoundingRectangle(Span, Boolean)
Gets the line part bounding rectangle.
Declaration
public Rect GetLinePartBoundingRectangle(Span span, bool cutToBaseline = false)
Parameters
Span
span
|
System.
|
Returns
GetPointFromPosition(CaretPosition)
Gets the point from position.
Declaration
public Point GetPointFromPosition(CaretPosition position)
Parameters
Caret The position. |
Returns
Point
Point. |
GetPositionFromControlPoint(Point)
Gets the position from point which is relative to the control.
Declaration
public CaretPosition GetPositionFromControlPoint(Point point)
Parameters
System. The point relative to the control. |
Returns
Caret CaretPosition. |
GetPositionFromPoint(Point)
Gets the position from point. To get the correct caret position expects the point to be relative to the editor presenter and adjusted with the scale factor and scroll offsets. Use the GetPositionFromControlPoint method instead, which internally makes the necessary adjustments considering the scale factor and offsets, assuming the point is in control coordinates.
Declaration
public CaretPosition GetPositionFromPoint(Point point)
Parameters
System. The point. |
Returns
Caret CaretPosition. |
GetText(CaretPosition, CaretPosition)
Gets the text between the specified start and end positions.
Declaration
public string GetText(CaretPosition start, CaretPosition end)
Parameters
Caret
|
Caret
|
Returns
System.
|
GetWordToLeft()
Gets the text within the current word which is to the left of the caret.
Declaration
public string GetWordToLeft()
Returns
System.
|
GetWordToRight()
Gets the text within the current word which is to the right of the caret.
Declaration
public string GetWordToRight()
Returns
System.
|
HighlightAllMatches(String)
Tries to highlight all span matches via all registered Text
Declaration
public void HighlightAllMatches(string searchText)
Parameters
System.
|
IncreaseLineIndent()
Increases the line indent.
Declaration
public void IncreaseLineIndent()
Indent()
Indents this instance.
Declaration
public void Indent()
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
Insert(String)
Inserts the specified text.
Declaration
public void Insert(string text)
Parameters
System. The text. |
InsertNewLine()
Inserts the new line.
Declaration
public void InsertNewLine()
InsertTab()
Inserts the tab.
Declaration
public void InsertTab()
InvalidateEditorLayout()
Invalidates the editor layout.
Declaration
public void InvalidateEditorLayout()
InvalidateEditorLayout(Boolean)
Invalidates the editor layout.
Declaration
public void InvalidateEditorLayout(bool force)
Parameters
System.
|
MeasureInnerMargins(RectangleF)
Declaration
protected virtual RectangleF MeasureInnerMargins(RectangleF clientRect)
Parameters
System.
|
Returns
System.
|
MeasureOuterMargins(RectangleF)
Declaration
protected virtual RectangleF MeasureOuterMargins(RectangleF clientRect)
Parameters
System.
|
Returns
System.
|
MeasureOverride(SizeF)
Called when control is measured.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
MoveCurrentLineToTop()
Moves the current line to top.
Declaration
public void MoveCurrentLineToTop()
NavigateNextMatch(String)
NavigatePreviousMatch(String)
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnCommandError(CommandErrorEventArgs)
Handles the Command
Declaration
protected virtual void OnCommandError(CommandErrorEventArgs args)
Parameters
Command The Command |
OnCommandExecuted(CommandExecutedEventArgs)
Handles the Command
Declaration
protected virtual void OnCommandExecuted(CommandExecutedEventArgs e)
Parameters
Command The Command |
OnCommandExecuting(CommandExecutingEventArgs)
Handles the Command
Declaration
protected virtual void OnCommandExecuting(CommandExecutingEventArgs args)
Parameters
Command The Command |
OnDocumentChanged()
Called when [document changed].
Declaration
protected virtual void OnDocumentChanged()
OnDocumentChanging()
Called when [document changing].
Declaration
protected virtual void OnDocumentChanging()
OnDocumentContentChanged(TextContentChangedEventArgs)
Handles the Document
Declaration
protected virtual void OnDocumentContentChanged(TextContentChangedEventArgs args)
Parameters
Text The Text |
OnDocumentContentChanging(TextContentChangingEventArgs)
Handles the Document
Declaration
protected virtual void OnDocumentContentChanging(TextContentChangingEventArgs args)
Parameters
Text The Text |
OnGotFocus(EventArgs)
Invoked whenever an unhandled System.
Declaration
protected override void OnGotFocus(EventArgs e)
Parameters
System. The System. |
Overrides
OnIsReadOnlyChanged(EventArgs)
Handles the Is
Declaration
protected virtual void OnIsReadOnlyChanged(EventArgs e)
Parameters
System. The System. |
OnLayoutPropertiesChanged()
Called when [layout properties changed].
Declaration
protected virtual void OnLayoutPropertiesChanged()
OnLoaded()
OnMouseWheelZoom(Double)
Called when mouse wheel zoom is requested.
Declaration
protected virtual bool OnMouseWheelZoom(double delta)
Parameters
System. The mouse wheel delta. |
Returns
System.
|
OnPreviewSyntaxEditorInput(PreviewSyntaxEditorInputEventArgs)
Handles the Preview
Declaration
protected virtual void OnPreviewSyntaxEditorInput(PreviewSyntaxEditorInputEventArgs args)
Parameters
Preview The Preview |
OnPreviewSyntaxEditorKeyDown(PreviewSyntaxEditorKeyEventArgs)
Handles the Preview
Declaration
protected virtual void OnPreviewSyntaxEditorKeyDown(PreviewSyntaxEditorKeyEventArgs args)
Parameters
Preview The Preview |
OnPreviewSyntaxEditorKeyUp(PreviewSyntaxEditorKeyEventArgs)
Handles the Preview
Declaration
protected virtual void OnPreviewSyntaxEditorKeyUp(PreviewSyntaxEditorKeyEventArgs args)
Parameters
Preview The Preview |
OnPreviewSyntaxEditorMouseLeftButtonDown(PreviewSyntaxEditorMouseButtonEventArgs)
Handles the Preview
Declaration
protected virtual void OnPreviewSyntaxEditorMouseLeftButtonDown(PreviewSyntaxEditorMouseButtonEventArgs args)
Parameters
Preview The Preview |
OnPreviewSyntaxEditorMouseRightButtonDown(PreviewSyntaxEditorMouseButtonEventArgs)
Handles the Preview
Declaration
protected virtual void OnPreviewSyntaxEditorMouseRightButtonDown(PreviewSyntaxEditorMouseButtonEventArgs args)
Parameters
Preview The Preview |
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
OnScaleFactorChanged()
Called when [scale factor changed].
Declaration
protected virtual void OnScaleFactorChanged()
OnScaleFactorPropertyCoerced(Double)
Declaration
protected virtual double OnScaleFactorPropertyCoerced(double baseValue)
Parameters
System.
|
Returns
System.
|
OnSelectionChanged()
Called when the selection changes.
Declaration
protected virtual void OnSelectionChanged()
OnViewportChanged()
Called when [viewport changed].
Declaration
protected virtual void OnViewportChanged()
OpenFindDialog(String)
Opens the find dialog with the specified searchText in the search textbox.
Declaration
public void OpenFindDialog(string searchText)
Parameters
System. The search text. |
PageDown()
Pages down.
Declaration
public void PageDown()
PageUp()
Pages up.
Declaration
public void PageUp()
Paste()
Pastes this instance.
Declaration
public void Paste()
PopulateZoomElement()
Popuplates the default scale factors in the Zoom drop-down element.
Declaration
protected virtual void PopulateZoomElement()
Redo()
Redoes this instance.
Declaration
public bool Redo()
Returns
System. System.Boolean. |
ReplaceAllMatches(String, String, Boolean, Boolean)
Replaces all matches.
Declaration
public int ReplaceAllMatches(string searchText, string replaceText, bool matchCase, bool useRegularExpression)
Parameters
System. The search text. |
System. The replace text. |
System. The match case. |
System. The use regular expression. |
Returns
System. System.Int32. |
ReplaceNextMatch(String, Int32, String, Boolean, Boolean)
Replaces the next match.
Declaration
public bool ReplaceNextMatch(string searchText, int startIndex, string replaceText, bool matchCase, bool useRegularExpression)
Parameters
System. The search text. |
System. The start index. |
System. The replace text. |
System. The match case. |
System. The use regular expression. |
Returns
System. System.Boolean. |
RestoreSyntaxEditorHistoryState(SyntaxEditorHistoryState)
Restores the state of the code editor history.
Declaration
public void RestoreSyntaxEditorHistoryState(SyntaxEditorHistoryState historyState)
Parameters
Syntax State of the history. |
SelectAll()
Selects all.
Declaration
public void SelectAll()
ShouldArrangeChild(RadElement)
Declaration
protected override bool ShouldArrangeChild(RadElement child)
Parameters
Rad
|
Returns
System.
|
Overrides
ShouldMeasureChild(RadElement)
Declaration
protected override bool ShouldMeasureChild(RadElement child)
Parameters
Rad
|
Returns
System.
|
Overrides
ToggleInsertMode()
Toggles the insert mode.
Declaration
public void ToggleInsertMode()
Undo()
Undoes this instance.
Declaration
public bool Undo()
Returns
System.
|
Unindent()
Unindents this instance.
Declaration
public void Unindent()
UpdateSelection()
Updates the selection.
Declaration
public void UpdateSelection()
ZoomIn(Double)
Zooms in.
Declaration
public void ZoomIn(double zoomFactor = 1.1)
Parameters
System. The zoom increase factor. Should be a number greater than 1. Default value is 1.1. |
ZoomOut(Double)
Zooms out.
Declaration
public void ZoomOut(double zoomFactor = 0.91)
Parameters
System. The zoom decrease factor. Should be a number less than 1. Default value is 0.91. |
ZoomTo(Double)
Zooms to particular zoom level. The minimum supported zoom level is 0.2 and the maximum supported is 4.
Declaration
public void ZoomTo(double zoomLevel)
Parameters
System. The scale factor which will be used for zooming. |
Exceptions
System. ZoomLevel must be non negative. |
Events
CommandError
Occurs when [command error].
Declaration
public event EventHandler<CommandErrorEventArgs> CommandError
Event Type
System.
|
CommandExecuted
Occurs when [command executed].
Declaration
public event EventHandler<CommandExecutedEventArgs> CommandExecuted
Event Type
System.
|
CommandExecuting
Occurs when [command executing].
Declaration
public event EventHandler<CommandExecutingEventArgs> CommandExecuting
Event Type
System.
|
DocumentChanged
Occurs when document has been changed.
Declaration
public event EventHandler DocumentChanged
Event Type
System.
|
Implements
DocumentChanging
Occurs when document is being changed.
Declaration
public event EventHandler DocumentChanging
Event Type
System.
|
Implements
DocumentContentChanged
Occurs when document content has been changed.
Declaration
public event EventHandler<TextContentChangedEventArgs> DocumentContentChanged
Event Type
System.
|
Implements
DocumentContentChanging
Occurs when document content is being changed.
Declaration
public event EventHandler<TextContentChangingEventArgs> DocumentContentChanging
Event Type
System.
|
IsReadOnlyChanged
Occurs when [is read only changed].
Declaration
public event EventHandler IsReadOnlyChanged
Event Type
System.
|
LayoutPropertiesChanged
Occurs when [layout properties changed].
Declaration
public event EventHandler LayoutPropertiesChanged
Event Type
System.
|
PreviewSyntaxEditorInput
Occurs when [preview code editor input].
Declaration
public event EventHandler<PreviewSyntaxEditorInputEventArgs> PreviewSyntaxEditorInput
Event Type
System.
|
PreviewSyntaxEditorKeyDown
Occurs when [preview code editor key down].
Declaration
public event EventHandler<PreviewSyntaxEditorKeyEventArgs> PreviewSyntaxEditorKeyDown
Event Type
System.
|
PreviewSyntaxEditorKeyUp
Occurs when [preview code editor key up].
Declaration
public event EventHandler<PreviewSyntaxEditorKeyEventArgs> PreviewSyntaxEditorKeyUp
Event Type
System.
|
PreviewSyntaxEditorMouseLeftButtonDown
Occurs when [preview code editor mouse left button down].
Declaration
public event EventHandler<PreviewSyntaxEditorMouseButtonEventArgs> PreviewSyntaxEditorMouseLeftButtonDown
Event Type
System.
|
PreviewSyntaxEditorMouseRightButtonDown
Occurs when [preview code editor mouse right button down].
Declaration
public event EventHandler<PreviewSyntaxEditorMouseButtonEventArgs> PreviewSyntaxEditorMouseRightButtonDown
Event Type
System.
|
ScaleFactorChanged
Occurs when [scale factor changed].
Declaration
public event EventHandler ScaleFactorChanged
Event Type
System.
|
SelectionChanged
Occurs when the selection of the control changes.
Declaration
public event EventHandler SelectionChanged
Event Type
System.
|
ViewportChanged
Occurs when [viewport changed].
Declaration
public event EventHandler ViewportChanged
Event Type
System.
|