New to Telerik Document ProcessingStart a free 30-day trial

Interactive push button widget that can show text and/or icons and trigger actions when activated.

Definition

Methods

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

C#
public override sealed void RecalculateContent()

Overrides: ContentAnnotationBase.RecalculateContent()

Properties

Gets the appearance content for the widget; when provided, most viewers prefer it over viewer‑generated visuals.

C#
public AnnotationContentSource Content { get; }
Property Value:

The content source for rendering.

Returns the push‑button widget content type.

C#
public override sealed WidgetContentType WidgetContentType { get; }
Property Value:

PushButtonContent.

Overrides: Widget.WidgetContentType