Table of Contents

Class MarkdownTextBox

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
[TemplatePart(Name = "PART_ContentHost", Type = typeof(ScrollViewer))]
[TemplatePart(Name = "PART_GridSplitter", Type = typeof(GridSplitter))]
public class MarkdownTextBox : RichTextBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
MarkdownTextBox
Implements
Inherited Members

Fields

DisplayedLinesProperty

public static readonly DependencyProperty DisplayedLinesProperty

Field Value

DependencyProperty

SurfaceProperty

public static readonly DependencyProperty SurfaceProperty

Field Value

DependencyProperty

Properties

DisplayedLines

public int DisplayedLines { get; set; }

Property Value

int

Surface

public ISurface Surface { get; set; }

Property Value

ISurface

Methods

OnApplyTemplate()

Is called when a control template is applied.

public override void OnApplyTemplate()