Gets or sets the transparency applied to all graphic results.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("The transparency (0 to 100) that is applied to all graphics results.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("TaskResults")>
<DefaultValueAttribute()>
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# | |
|---|
[ResDescriptionAttribute("The transparency (0 to 100) that is applied to all graphics results.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("TaskResults")]
[DefaultValueAttribute()]
public float GraphicsTransparency {get; set;} |
Remarks
See Also