GoDiagram Web Reference
Opacity Property

Gets or sets the percentage of opaqueness that the background color should be painted with.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The opaqueness of the background; the background color is specified separately")>
<DefaultValueAttribute()>
Public Overridable Property Opacity As Single
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The opaqueness of the background; the background color is specified separately")]
[DefaultValueAttribute()]
public virtual float Opacity {get; set;}

Property Value

The default value is 20. The value must be between zero and 100.
Remarks
When the opacity is zero, the BackgroundColor is not drawn at all. When the opacity is 100, the user cannot see what is behind the group's whole area.
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

GoSubGraph Class
GoSubGraph Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback