The CheckBoxInteractor type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Annotation |
The annotation that this interactor controls.
(Inherited from AnnotationInteractor.) | |
| Childs |
The child interactors of this interactor. This property may be null.
(Inherited from Interactor.) | |
| DragBehavior |
Controls the dragging behavior of the interactor.
(Inherited from WinFormsInteractor.) | |
| Field |
The PDF field that this interactor controls.
(Inherited from WidgetInteractor.) | |
| Height |
The height of the widget.
(Inherited from WidgetInteractor.) | |
| HoverCursor |
Bij default, and arrow cursor when the DragBehavior is DragOver.
(Inherited from AnnotationInteractor.) | |
| IsInteractive |
Controls whether an interactor can be interacted with.
(Inherited from Interactor.) | |
| Layers |
The layers of this interactor.
(Inherited from Interactor.) | |
| LayoutManager |
The layout property controls the placement of sub-interactors relative to this
one. This property may be null.
(Inherited from Interactor.) | |
| Object |
The controlled object.
(Inherited from Interactor.) | |
| Opacity |
A value between 0 and 1 that specifies the opacity of the interactor. 1 means
fully opaque, 0 means fully transparent (i.e. invisible). The default is 1.
(Inherited from Interactor.) | |
| Parent |
The interactor that this interactor is a child of.
(Inherited from Interactor.) | |
| Rectangle |
The rectangle that this interactor occupies, including the space taken by
its layers.
(Inherited from Interactor.) | |
| ShadowDistance |
The distance at which the shadow of the interactor will be drawn. This distance is
relative to the parent, so that transformations on this interactor (such as rotations)
do not influence the location of the shadow.
(Inherited from WinFormsInteractor.) | |
| Text |
Provides access to a text representation of the value of
the widget interactor.
(Inherited from ValueWidgetInteractor.) | |
| ToolTip |
Returns the field tooltip.
(Inherited from WidgetInteractor.) | |
| Transform |
Transformation that is applied to the interactor before drawing, relative
to the origin of its parent, i.e.:
(Inherited from Interactor.)
| |
| ValueField |
The ValueField that this interactor controls.
(Inherited from ValueWidgetInteractor.) | |
| Viewer |
The viewer that this interactor is located in.
(Inherited from WinFormsInteractor.) | |
| ViewerTransform |
Transforms coordinates in the local coordinate system to the coordinate system of the
viewer, i.e.:
(Inherited from Interactor.)
| |
| VisibleRectangle |
A rectangle that defines a the visible part of the interactor, in terms of its own
coordinate system.
(Inherited from Interactor.) | |
| Widget |
The PDF widget that this interactor controls.
(Inherited from WidgetInteractor.) | |
| Width |
The width of the widget.
(Inherited from WidgetInteractor.) |