ClassVariableContentWidget
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:
public class VariableContentWidget : Widget<DynamicAppearanceCharacteristics>, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseWidgetWidget<DynamicAppearanceCharacteristics>VariableContentWidget
Implements:
Inherited Members
Properties
Content
Gets the initial appearance content used by viewers before dynamic rendering takes over.
Declaration
public AnnotationContentSource Content { get; }
Property Value
The initial content source.
WidgetContentType
Returns the variable‑content widget content type.
Declaration
public override sealed WidgetContentType WidgetContentType { get; }
Property Value
Overrides
Methods
RecalculateContent()
Recalculates the Widget AnnotationContentSource content based on Widget text properties and dynamic appearance characteristics.
Declaration
public override sealed void RecalculateContent()
Overrides