TemplateLinkedPositionEdges
TemplateLinkedPositionEdges class
Provides the edges of the linked field where the text field is seached. TemplateLinkedPositionEdges
is used in TemplateLinkedPosition
class.
public sealed class TemplateLinkedPositionEdges
Constructors
Properties
Name |
Description |
Bottom { get; } |
Gets the value that indicates whether a field is searched by the bottom from the linked field. |
IsEmpty { get; } |
Gets the value that indicates whether the instance is empty. |
Left { get; } |
Gets the value that indicates whether a field is searched by the left from the linked field. |
Right { get; } |
Gets the value that indicates whether a field is searched by the right from the linked field. |
Top { get; } |
Gets the value that indicates whether a field is searched by the top from the linked field. |
Methods
Name |
Description |
static Parse(string) |
Converts the string representation of edges to its class equivalent. |
override ToString() |
Converts the value of this instance to String. |
static TryParse(string, out TemplateLinkedPositionEdges) |
Converts the string representation of edges to its class equivalent. A return value indicates whether the conversion is succeeded or failed. |
See Also