ITransparency
Leave feedback
On this page
public interface ITransparency
Define Transparency property for different objects appearances
| Method | Description |
|---|---|
| getTransparency() | Gets or sets a value to indicate the object Transparency. |
| setTransparency(double value) | Gets or sets a value to indicate the object Transparency. |
public abstract double getTransparency()
Gets or sets a value to indicate the object Transparency. The value is from 0.0 to 1.0. By default the value is 0
Returns: double
public abstract void setTransparency(double value)
Gets or sets a value to indicate the object Transparency. The value is from 0.0 to 1.0. By default the value is 0
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.