TemplateLinkedPositionEdges

TemplateLinkedPositionEdges constructor

Initializes a new instance of the TemplateLinkedPositionEdges class.

public TemplateLinkedPositionEdges(bool left, bool top, bool right, bool bottom)
Parameter Type Description
left Boolean The value that indicates whether a field is searched by the left from the linked field.
top Boolean The value that indicates whether a field is searched by the top from the linked field.
right Boolean The value that indicates whether a field is searched by the right from the linked field.
bottom Boolean The value that indicates whether a field is searched by the bottom from the linked field.

See Also