Gets .the default brush used to paint the shadows cast by diagram items.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Brush getShadowBrush () |
A Brush object representing the shadow brush.
ExampleAn instance of a Brush -derived class. The default is SolidBrush(new Color(110, 110, 140).
See Also