DiagramStencil(String, Func<String>) Constructor
OBSOLETE
Use the DiagramStencil(string, string) constructor instead.
This API is obsolete now.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
[Obsolete("Use the DiagramStencil(string, string) constructor instead.")]
public DiagramStencil(
string id,
Func<string> getName
)
Parameters
Name | Type |
---|---|
id | String |
getName | Func<String> |
See Also