Class
VariableContentWidget

Widget whose appearance is generated by the viewer at runtime (e.g., text fields, combo boxes), with optional initial content.

Definition

Properties

Content

Gets the initial appearance content used by viewers before dynamic rendering takes over.

Declaration

cs-api-definition
public AnnotationContentSource Content { get; }

Property Value

AnnotationContentSource

The initial content source.

WidgetContentType

Returns the variable‑content widget content type.

Declaration

cs-api-definition
public override sealed WidgetContentType WidgetContentType { get; }

Property Value

WidgetContentType

VariableContent.

Overrides Widget.WidgetContentType

Methods

RecalculateContent()

Recalculates the Widget AnnotationContentSource content based on Widget text properties and dynamic appearance characteristics.

Declaration

cs-api-definition
public override sealed void RecalculateContent()

Overrides ContentAnnotationBase.RecalculateContent()