BackgroundArtifact Properties

The BackgroundArtifact type exposes the following members.

Properties
  NameDescription
Public propertyArtifactHorizontalAlignment
Horizontal alignment of artifact. If position is specified explicitly (in Position property) this value is ignored.
(Inherited from Artifact.)
Public propertyArtifactVerticalAlignment
Vertical alignment of artifact. If position is specified explicitly (in Position property) this value is ignored.
(Inherited from Artifact.)
Public propertyBackgroundColor
Gets or sets bacground color of background artifact
Public propertyBackgroundImage
Gets or sets bacground image of background artifact
Public propertyBottomMargin
Bottom margin of artifact. If position is specified explicitly (in Position property) this value is ignored.
(Inherited from Artifact.)
Public propertyContents
Gets collection of artifact internal operators.
(Inherited from Artifact.)
Public propertyCustomSubtype
Gets name of artifact subtype. May be used if artifact subtype is not standard subtype.
(Inherited from Artifact.)
Public propertyCustomType
Gets name of artifact type. May be used if artifact type is non standard.
(Inherited from Artifact.)
Public propertyForm
Gets XForm of the artifact (if XForm is used).
(Inherited from Artifact.)
Public propertyImage
Gets image of the artifact (if presents).
(Inherited from Artifact.)
Public propertyIsBackground
If true Artifact is placed behind page contents.
(Inherited from Artifact.)
Public propertyLeftMargin
Left margin of artifact. If position is specified explicitly (in Position property) this value is ignored.
(Inherited from Artifact.)
Public propertyOpacity
Gets or sets opacity of the artifact. Possible values are in range 0..1.
(Inherited from Artifact.)
Public propertyPosition
Gets or sets artifact position. If this property is specified, then margins and alignments are ignored.
(Inherited from Artifact.)
Public propertyRectangle
Gets rectangle of the artifact.
(Inherited from Artifact.)
Public propertyRightMargin
Right margin of artifact. If position is specified explicitly (in Position property) this value is ignored.
(Inherited from Artifact.)
Public propertyRotation
Gets or sets articat rotatin angle.
(Inherited from Artifact.)
Public propertySubtype
Gets artifact subtype. If artifact has non-standard subtype, name of the subtype may be read via CustomSubtype.
(Inherited from Artifact.)
Public propertyText
Gets text of the artifact.
(Inherited from Artifact.)
Public propertyTopMargin
Top margin of artifact. If position is specified explicitly (in Position property) this value is ignored.
(Inherited from Artifact.)
Public propertyType
Gets artifact type.
(Inherited from Artifact.)
See Also