GoDiagram Web Reference
ShadowColor Property

Gets or sets the color used for drawing drop shadows.
Syntax
'Declaration
 
<CategoryAttribute("Shadows")>
<DescriptionAttribute("The color used for drawing drop shadows.")>
Public Overridable Property ShadowColor As Color
[CategoryAttribute("Shadows")]
[DescriptionAttribute("The color used for drawing drop shadows.")]
public virtual Color ShadowColor {get; set;}

Property Value

The default color is a partly transparent gray, so that users can see the objects underneath the shadow.
Remarks
The shadow only appears for those objects that have the GoObject.Shadowed property set to true.
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

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback