Enum
WidgetContentType

Identifies how a widget’s content is rendered or provided.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public enum WidgetContentType

Fields

PushButtonContent

Content for push button widgets.

Declaration

cs-api-definition
PushButtonContent = 3

Field Value

WidgetContentType

SignatureContent

Content for signature widgets.

Declaration

cs-api-definition
SignatureContent = 2

Field Value

WidgetContentType

TwoStatesContent

Content for widgets with two states (ON/OFF) such as checkboxes and radio buttons.

Declaration

cs-api-definition
TwoStatesContent = 1

Field Value

WidgetContentType

VariableContent

Content generated dynamically by the viewer (e.g., text fields, combo boxes).

Declaration

cs-api-definition
VariableContent = 0

Field Value

WidgetContentType