GoDiagram Win Reference
Shadowed Property (GoObject)

Gets or sets whether this object is painted with a drop shadow.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Whether this object is painted with a drop shadow.")>
<CategoryAttribute("Appearance")>
Public Overridable Property Shadowed As Boolean
[DefaultValueAttribute()]
[DescriptionAttribute("Whether this object is painted with a drop shadow.")]
[CategoryAttribute("Appearance")]
public virtual bool Shadowed {get; set;}

Property Value

This defaults to false.
Remarks
Normally the drop shadow is achieved by painting the shadow first, using GetShadowBrush or GetShadowPen at the GetShadowOffset, and then doing the regular painting. The shadow affects the paint bounds, but not the object's bounds.
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
ExpandPaintBounds Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback