GoDiagram Web Reference
GetShadowBrush Method (GoObject)

Get a Brush for painting a drop shadow in the given view.
Syntax
'Declaration
 
Public Overridable Function GetShadowBrush( _
   ByVal view As GoView _
) As Brush
public virtual Brush GetShadowBrush( 
   GoView view
)

Parameters

view

Return Value

A Brush, typically a partially transparent gray.
Remarks
By default this just returns view.GetShadowBrush(). You can override this to customize the shadow for this kind of object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoObject Class
GoObject Members
GetShadowOffset Method
GetShadowPen Method
GetShadowBrush Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback