Class Widget
Represents a form field widget.
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>
Properties
Actions
Gets the actions associated with the widget.
Declaration
public WidgetActionCollection Actions { get; }
Property Value
WidgetActionCollection
|
Field
HighlightingMode
Gets or sets the highlighting mode.
Declaration
public HighlightingMode HighlightingMode { get; set; }
Property Value
HighlightingMode
|
TextProperties
Represents the text properties used by the PDF viewer in order to build the widget appearance dynamically.
Declaration
public VariableTextProperties TextProperties { get; set; }
Property Value
VariableTextProperties
|
Type
Gets the type of the annotation.
Declaration
public override AnnotationType Type { get; }
Property Value
AnnotationType
The type of the annotation. |
Overrides
WidgetContentType
Gets the widget content type.
Declaration
public abstract WidgetContentType WidgetContentType { get; }
Property Value
WidgetContentType
|