Table of Contents

Class MultilineTextBox

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
[TemplatePart(Name = "PART_TextBox", Type = typeof(TextBox))]
[TemplatePart(Name = "PART_GridSplitter", Type = typeof(GridSplitter))]
public class MultilineTextBox : TextBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
MultilineTextBox
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()