DroidDiagram Programmer's Guide
DiagramItem.getShadowBrush Method
See Also
 






Gets the brush used to paint the item's shadow.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public Brush getShadowBrush ()

 Return Value

An instance of a Brush -derived class. Initialized with the value of ShadowBrush.

 Remarks

The shadow of an item has the same shape as the item, but is painted with a different brush and with some offset from the item position. This property specifies the brush used to paint the item's shadow.

 See Also

DiagramItem Members
DiagramItem Class
com.mindfusion.diagramming Namespace