Class StemBuilder
Inheritance
System.Object
StemBuilder
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 StemBuilder
Constructors
StemBuilder(Stem)
Specifies the mapping fields for the position-stem property of the Tooltip.
Declaration
public StemBuilder(Stem obj)
Parameters
Type | Name | Description |
---|---|---|
Stem | obj | stem properties |
Methods
Horizontal(String)
Defines the Target horizontal.
Declaration
public StemBuilder Horizontal(string horizontal)
Parameters
Type | Name | Description |
---|---|---|
System.String | horizontal | Horizontal property |
Returns
Type | Description |
---|---|
StemBuilder | This method returns string value |
Vertical(String)
Defines the Target vertical.
Declaration
public StemBuilder Vertical(string vertical)
Parameters
Type | Name | Description |
---|---|---|
System.String | vertical | vertical Property |
Returns
Type | Description |
---|---|
StemBuilder | This method returns string value |