ClassPushButtonWidget
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:
public class PushButtonWidget : Widget<PushButtonAppearanceCharacteristics>, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseWidgetWidget<PushButtonAppearanceCharacteristics>PushButtonWidget
Implements:
Inherited Members
Properties
Content
Gets the appearance content for the widget; when provided, most viewers prefer it over viewer‑generated visuals.
Declaration
public AnnotationContentSource Content { get; }
Property Value
The content source for rendering.
WidgetContentType
Returns the push‑button 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