Class PushButtonWidget
Represents a push button widget.
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>, IContentAnnotation
Properties
Content
Gets the source defining the visual content of the widget. This content is with bigger priority compared to the widget appearance characteristics and text properties and it is visualized by default when opening the exported document in some PDF viewer.
Declaration
public AnnotationContentSource Content { get; }
Property Value
WidgetContentType
Gets the widget content type.
Declaration
public override sealed WidgetContentType WidgetContentType { get; }
Property Value
Overrides
Methods
RecalculateContent()
Recalculates the Widget Annotation
Declaration
public override sealed void RecalculateContent()