Class
ContentControlState

Represents the view state properties needed for representing the content control.

Definition

Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ContentControlState : INotifyPropertyChanged

Inheritance: objectContentControlState

Derived Classes: ButtonContentControlStateCheckBoxControlStatePictureControlState

Implements: INotifyPropertyChanged

Properties

Alias

Gets the alias text.

Declaration

cs-api-definition
public string Alias { get; }

Property Value

string

Focused

Gets the value that indicates whether the controls should appear focused or not.

Declaration

cs-api-definition
public bool Focused { get; }

Property Value

bool

Hovered

Gets or sets the value that indicates whether the control should appear hovered or not.

Declaration

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

Property Value

bool

Lock

Gets the value that indicates if the control is locked.

Declaration

cs-api-definition
public Lock? Lock { get; }

Property Value

Lock?

OutlineAppearance

Gets the value that indicates the appearance of the control.

Declaration

cs-api-definition
public OutlineAppearance OutlineAppearance { get; }

Property Value

OutlineAppearance

OutlineColor

Gets the value that indicates the color of the control.

Declaration

cs-api-definition
public Color? OutlineColor { get; }

Property Value

Color?

PolygonPoints

Gets the value that indicates the list of points that identifies the control's polygon.

Declaration

cs-api-definition
public IEnumerable<Point> PolygonPoints { get; }

Property Value

IEnumerable<Point>

Properties

Declaration

cs-api-definition
protected SdtProperties Properties { get; }

Property Value

SdtProperties

SdtStart

Declaration

cs-api-definition
protected SdtRangeStart SdtStart { get; }

Property Value

SdtRangeStart

SelectAction

Gets the value that indicates the action which selects the content of the control.

Declaration

cs-api-definition
public Action<object> SelectAction { get; }

Property Value

Action<object>

Selected

Gets the value that indicates whether the control should appear selected or not.

Declaration

cs-api-definition
public bool Selected { get; }

Property Value

bool

ShowThumb

Gets the value that indicates whether the controls should show its thumb or not.

Declaration

cs-api-definition
public bool ShowThumb { get; }

Property Value

bool

Type

Gets the value that indicates the type of the control.

Declaration

cs-api-definition
public SdtType Type { get; }

Property Value

SdtType

Methods

OnPropertyChanged(string)

Raise PropertyChanged event to any listeners.

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

PropertyChanged event.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged