Class IgbTriangulationDataSource
Class for converting Itf files into enumerable triangulations.
Inheritance
System.Object
IgbTriangulationDataSource
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTriangulationDataSource : BaseRendererElement, JsonSerializable
Constructors
IgbTriangulationDataSource()
Declaration
public IgbTriangulationDataSource()
Properties
ImportCompleted
Declaration
public EventCallback<IgbAsyncCompletedEventArgs> ImportCompleted { get; set; }
Property Value
ImportCompletedScript
Declaration
public string ImportCompletedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements