Gets or sets the transparency applied to all graphic results.
Syntax
Visual Basic (Declaration) | |
---|
<ResCategoryAttribute("TaskResults")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("The transparency (0% to 100%) that is applied to all graphics results.")>
<BrowsableAttribute(True)>
Public Property GraphicsTransparency As Single |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As TaskResults
Dim value As Single
instance.GraphicsTransparency = value
value = instance.GraphicsTransparency |
C# | |
---|
[ResCategoryAttribute("TaskResults")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("The transparency (0% to 100%) that is applied to all graphics results.")]
[BrowsableAttribute(true)]
public float GraphicsTransparency {get; set;} |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also