Class TwoStatesButtonWidget
Represents widget that has ON and OFF states.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class TwoStatesButtonWidget : Widget<ButtonAppearanceCharacteristics>, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>
Properties
OffStateContent
Represents the content source displayed when the widget is in its OFF state. This content is with bigger priority compared to Widget appearance characteristics and text properties and it is visualized by default when opening the exported document in some PDF viewer.
Declaration
public AnnotationContentSource OffStateContent { get; }
Property Value
OnStateContent
Represents the content source displayed when the widget is in its ON state. This content is with bigger priority compared to Widget appearance characteristics and text properties and it is visualized by default when opening the exported document in some PDF viewer.
Declaration
public AnnotationContentSource OnStateContent { 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()