PushButtonWidget
Class
Interactive push button widget that can show text and/or icons and trigger actions when activated.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class PushButtonWidget : Widget<PushButtonAppearanceCharacteristics>, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseWidgetWidget<PushButtonAppearanceCharacteristics>PushButtonWidget...
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 appearance content for the widget; when provided, most viewers prefer it over viewer‑generated visuals.
C#
public AnnotationContentSource Content { get; }
The content source for rendering.
Returns the push‑button widget content type.
C#
public override sealed WidgetContentType WidgetContentType { get; }
Overrides: