Search
DiagramExtensions.ShadowsStyle Method
See Also
 





Sets the style for rendering shadows.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Diagram ShadowsStyle (
    Diagram diagram,
    ShadowsStyle value
)

Visual Basic  Copy Code

Public Shared Function ShadowsStyle( _
    diagram As Diagram, _
    value As ShadowsStyle _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also