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
AnnotationContentSource
|
WidgetContentType
Gets the 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()