Class PushButtonWidget
Interactive push button widget that can show text and/or icons and trigger actions when activated.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class PushButtonWidget : Widget<PushButtonAppearanceCharacteristics>, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement, IContentAnnotation
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
|
AnnotationContentSource
The content source for rendering. |
WidgetContentType
Returns the push‑button widget content type.
Declaration
public override sealed WidgetContentType WidgetContentType { get; }
Property Value
| WidgetContentType |
Overrides
Methods
RecalculateContent()
Recalculates the Widget AnnotationContentSource content based on Widget text properties and dynamic appearance characteristics.
Declaration
public override sealed void RecalculateContent()