ClassWidget
Base class for interactive form field widgets that render field content and handle user input.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public abstract class Widget : ContentAnnotationBase, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseWidget
Derived Classes:
Implements:
Inherited Members
Properties
Actions
Gets the actions triggered by widget events such as mouse interactions and focus changes.
Declaration
public WidgetActionCollection Actions { get; }
Property Value
Field
Gets the form field this widget visualizes and edits.
HighlightingMode
Gets or sets how the widget is visually highlighted during interaction.
Declaration
public HighlightingMode HighlightingMode { get; set; }
Property Value
TextProperties
Gets or sets text formatting used by viewers when synthesizing the widget appearance.
Declaration
public VariableTextProperties TextProperties { get; set; }
Property Value
Type
Returns the widget annotation type.
Declaration
public override AnnotationType Type { get; }
Property Value
Overrides
WidgetContentType
Gets the widget content type that determines rendering and behavior.
Declaration
public abstract WidgetContentType WidgetContentType { get; }
Property Value