FirstChildToDraw Property

Pageflex Document Action API

Pageflex Document Action API FirstChildToDraw Property
Namespaces > Pageflex.Scripting > Group > FirstChildToDraw
Gets the first Shape in this container's draw order.
Syntax
C# Visual Basic Managed C++
public Shape FirstChildToDraw { get; }
Public ReadOnly Property FirstChildToDraw As Shape
public:
virtual Shape^ FirstChildToDraw {
	Shape^ get () sealed;
}
Remarks
Gets the first Shape in this container's draw order, or nullNothingnullptr if there are no children.

If two shapes overlap, the shape which is later in the draw order appears on top.

Exceptions
Exception Condition
ElementNotVisibleException The referenced shape is not Visible.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)