Class VariableContentWidget
Widget whose appearance is generated by the viewer at runtime (e.g., text fields, combo boxes), with optional initial content.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class VariableContentWidget : Widget<DynamicAppearanceCharacteristics>, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement, IContentAnnotation
Properties
Content
Gets the initial appearance content used by viewers before dynamic rendering takes over.
Declaration
public AnnotationContentSource Content { get; }
Property Value
|
AnnotationContentSource
The initial content source. |
WidgetContentType
Returns the variable‑content widget content type.
Declaration
public override sealed WidgetContentType WidgetContentType { get; }
Property Value
| WidgetContentType |
Overrides
Methods
RecalculateContent()
Recalculates the Widget AnnotationContentSource content based on Widget text properties and dynamic appearance characteristics.
Declaration
public override sealed void RecalculateContent()