public interface IGradientTransparencyPoint
Base interface for fill settings
Modifier and Type | Method and Description |
---|---|
int |
getLocation()
Gets or sets the location.
|
int |
getMedianPointLocation()
Gets or sets the median point location.
|
double |
getOpacity()
Gets or sets the opacity.
|
void |
setLocation(int value)
Gets or sets the location.
|
void |
setMedianPointLocation(int value)
Gets or sets the median point location.
|
void |
setOpacity(double value)
Gets or sets the opacity.
|
double getOpacity()
Gets or sets the opacity.
Value: The opacity.void setOpacity(double value)
Gets or sets the opacity.
Value: The opacity.int getLocation()
Gets or sets the location.
Value: The location.void setLocation(int value)
Gets or sets the location.
Value: The location.int getMedianPointLocation()
Gets or sets the median point location.
Value: The median point location.void setMedianPointLocation(int value)
Gets or sets the median point location.
Value: The median point location.