Skip to main content
A newer version of this page is available. .

DiagramStencil(String, String, Boolean) Constructor

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public DiagramStencil(
    string id,
    string name,
    bool isVisible
)

Parameters

Name Type
id String
name String
isVisible Boolean
See Also