Search
ElementTemplate.GetElementPen Method
See Also
 





Gets a pen used to render the element. If no pen properties are explicitly specified for this element, returns the pen passed as an argument.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected Pen GetElementPen (
    Pen pen
)

Visual Basic  Copy Code

Protected Function GetElementPen( _
    pen As Pen _
) As Pen

 Parameters

pen

The Pen object specifying the base pen.

 Return Value

 See Also