Class SymbolPalettePointBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SymbolPalettePointBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public class SymbolPalettePointBuilder : ControlBuilder
Constructors
SymbolPalettePointBuilder()
Declaration
public SymbolPalettePointBuilder()
SymbolPalettePointBuilder(SymbolPalettePoint)
Declaration
public SymbolPalettePointBuilder(SymbolPalettePoint model)
Parameters
| Type | Name | Description |
|---|---|---|
| SymbolPalettePoint | model |
Methods
X(Double)
Sets the x-coordinate of a position
Declaration
public SymbolPalettePointBuilder X(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SymbolPalettePointBuilder |
Y(Double)
Sets the y-coordinate of a position
Declaration
public SymbolPalettePointBuilder Y(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SymbolPalettePointBuilder |