ASP.NET Pack Programmer's Guide
DiagramItem.getEffectiveStrokeThickness Method
See Also
 





Gets the effective line thickness that should be applied when stroking this item.

Namespace: MindFusion.Diagramming
Package: DiagramItem.js

 Syntax

JavaScript  Copy Code

function getEffectiveStrokeThickness ()

 Return Value

Type: Number
A number specifying the item's stroke thickness.

 Remarks

This method returns the stroke thickness set locally for an item via setStrokeThickness, or looks up in the styling hierarchy for a stroke color set in the item's Style, the diagram's Style or the current Theme.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace
setStrokeThickness Method
setStyle Method