Class TargetBuilder
Inheritance
System.Object
TargetBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class TargetBuilder
Constructors
TargetBuilder(Target)
Specifies the mapping fields for the position-target property of the Tooltip.
Declaration
public TargetBuilder(Target obj)
Parameters
Type | Name | Description |
---|---|---|
Target | obj | target properties |
Methods
Horizontal(String)
Defines the Target horizontal.
Declaration
public TargetBuilder Horizontal(string horizontal)
Parameters
Type | Name | Description |
---|---|---|
System.String | horizontal | Horizontal property |
Returns
Type | Description |
---|---|
TargetBuilder | his method returns string value |
Vertical(String)
Defines the Target vertical.
Declaration
public TargetBuilder Vertical(string vertical)
Parameters
Type | Name | Description |
---|---|---|
System.String | vertical | vertical property |
Returns
Type | Description |
---|---|
TargetBuilder | his method returns string value |