public interface IGradientStop
| Modifier and Type | Method and Description |
|---|---|
IColorFormat |
getColor()
Gets a value that represents the color of the gradient stop.
|
double |
getPosition()
Gets a value that represents the opacity of the gradient fill expressed as a
percent.
|
double |
getTransparency()
Gets a value that represents the opacity of the gradient fill expressed as a
percent.
|
void |
setPosition(double value)
Sets a value that represents the opacity of the gradient fill expressed as a
percent.
|
void |
setTransparency(double value)
Sets a value that represents the opacity of the gradient fill expressed as a
percent.
|
IColorFormat getColor()
double getPosition()
void setPosition(double value)
double getTransparency()
void setTransparency(double value)