ClassContentControlState
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:
public class ContentControlState : INotifyPropertyChanged
Inheritance: objectContentControlState
Derived Classes:
Implements:
Properties
Alias
Gets the alias text.
Focused
Gets the value that indicates whether the controls should appear focused or not.
Hovered
Gets or sets the value that indicates whether the control should appear hovered or not.
Lock
Gets the value that indicates if the control is locked.
OutlineAppearance
Gets the value that indicates the appearance of the control.
Declaration
public OutlineAppearance OutlineAppearance { get; }
Property Value
OutlineColor
Gets the value that indicates the color of the control.
Declaration
public Color? OutlineColor { get; }
Property Value
Color?
PolygonPoints
Gets the value that indicates the list of points that identifies the control's polygon.
Declaration
public IEnumerable<Point> PolygonPoints { get; }
Property Value
IEnumerable<Point>
Properties
Declaration
protected SdtProperties Properties { get; }
Property Value
SdtStart
Declaration
protected SdtRangeStart SdtStart { get; }
Property Value
SelectAction
Gets the value that indicates the action which selects the content of the control.
Selected
Gets the value that indicates whether the control should appear selected or not.
ShowThumb
Gets the value that indicates whether the controls should show its thumb or not.
Methods
OnPropertyChanged(string)
Raise PropertyChanged event to any listeners.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
PropertyChanged event.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements