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