GoDiagram Web Reference
GetShadowPen Method (GoObject)

Get a Pen for painting a drop shadow in the given view.
Syntax
'Declaration
 
Public Overridable Function GetShadowPen( _
   ByVal view As GoView, _
   ByVal width As Single _
) As Pen
public virtual Pen GetShadowPen( 
   GoView view,
   float width
)

Parameters

view
width

Return Value

A Pen, typically a partially transparent gray.
Remarks
By default this just returns view.GetShadowPen(width). 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
GetShadowBrush Method
GetShadowPen Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback