DiagramEditorStyles(ISkinOwner) Constructor
Initializes a new instance of the DiagramEditorStyles class with specified settings.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll
Declaration
public DiagramEditorStyles(
ISkinOwner skinOwner
)
Public Sub New(
skinOwner As ISkinOwner
)
Parameters
Name | Type | Description |
---|---|---|
skinOwner | DevExpress.Web.Internal.ISkinOwner | An object that implements the ISkinOwner interface. |
See Also
Feedback