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