Class
PlainTextSectionViewModel

Represents thePlainTextSectionViewModel class.

Definition

Constructors

PlainTextSectionViewModel(TextProperties)

Constructs the PlainTextSectionViewModel.

Declaration

cs-api-definition
public PlainTextSectionViewModel(TextProperties textProperties)

Parameters

textProperties

TextProperties

The plain text properties that defines the control.

Properties

IsMultiline

Gets or sets whether the text could be multiline or not.

Declaration

cs-api-definition
public bool IsMultiline { get; set; }

Property Value

bool

Methods

BeginEdit()

Starts the editing cycle.

Declaration

cs-api-definition
public void BeginEdit()

Implements IEditableObject.BeginEdit()

CancelEdit()

Finishes the editing cycle and reverts all the changes.

Declaration

cs-api-definition
public void CancelEdit()

Implements IEditableObject.CancelEdit()

EndEdit()

Finishes the editing cycle and retains all the changes.

Declaration

cs-api-definition
public void EndEdit()

Implements IEditableObject.EndEdit()