OuterShadow
OuterShadow class
Represents an Outer Shadow effect.
equals
| Name | Description |
|---|---|
| equals (Object) | Determines whether the specified OuterShadow is equal to the current OuterShadow. |
Parameters:
| Name | Type | Description |
|---|---|---|
| obj | Object | The OuterShadow to compare. |
Returns: boolean
getBlurRadius
| Name | Description |
|---|---|
| getBlurRadius () | Blur radius. Read/write double. |
Returns: double
getDirection
| Name | Description |
|---|---|
| getDirection () | Direction of shadow. Read/write float. |
Returns: float
getDistance
| Name | Description |
|---|---|
| getDistance () | Distance of shadow. Read/write double. |
Returns: double
getEffective
| Name | Description |
|---|---|
| getEffective () | Gets effective Outer Shadow effect data with the inheritance applied. |
Returns: OuterShadowEffectiveData
getParent_IPresentationComponent
| Name | Description |
|---|---|
| getParent_IPresentationComponent () |
getRectangleAlign
| Name | Description |
|---|---|
| getRectangleAlign () | Rectangle alignment. Read/write RectangleAlignment. |
Returns: byte
getRotateShadowWithShape
| Name | Description |
|---|---|
| getRotateShadowWithShape () | Specifies whether the shadow should rotate with the shape if the shape is rotated. Read/write boolean. |
Returns: boolean
getScaleHorizontal
| Name | Description |
|---|---|
| getScaleHorizontal () | Specifies the horizontal scaling factor, negative scaling causes a flip. Read/write double. |
Returns: double
getScaleVertical
| Name | Description |
|---|---|
| getScaleVertical () | Specifies the vertical scaling factor, negative scaling causes a flip. Read/write double. |
Returns: double
getShadowColor
| Name | Description |
|---|---|
| getShadowColor () | Color of shadow. Read-only IColorFormat. |
Returns: ColorFormat
getSkewHorizontal
| Name | Description |
|---|---|
| getSkewHorizontal () | Specifies the horizontal skew angle (in degrees). Read/write double. |
Returns: double
getSkewVertical
| Name | Description |
|---|---|
| getSkewVertical () | Specifies the vertical skew angle (in degrees). Read/write double. |
Returns: double
getVersion
| Name | Description |
|---|---|
| getVersion () |
Returns: long
hashCode
| Name | Description |
|---|---|
| hashCode () | Serves as a hash function for a particular type. |
Returns: int
setBlurRadius
| Name | Description |
|---|---|
| setBlurRadius (double) | Blur radius. Read/write double. |
Returns: void
setDirection
| Name | Description |
|---|---|
| setDirection (float) | Direction of shadow. Read/write float. |
Returns: void
setDistance
| Name | Description |
|---|---|
| setDistance (double) | Distance of shadow. Read/write double. |
Returns: void
setRectangleAlign
| Name | Description |
|---|---|
| setRectangleAlign (byte) | Rectangle alignment. Read/write RectangleAlignment. |
Returns: void
setRotateShadowWithShape
| Name | Description |
|---|---|
| setRotateShadowWithShape (boolean) | Specifies whether the shadow should rotate with the shape if the shape is rotated. Read/write boolean. |
Returns: void
setScaleHorizontal
| Name | Description |
|---|---|
| setScaleHorizontal (double) | Specifies the horizontal scaling factor, negative scaling causes a flip. Read/write double. |
Returns: void
setScaleVertical
| Name | Description |
|---|---|
| setScaleVertical (double) | Specifies the vertical scaling factor, negative scaling causes a flip. Read/write double. |
Returns: void
setSkewHorizontal
| Name | Description |
|---|---|
| setSkewHorizontal (double) | Specifies the horizontal skew angle (in degrees). Read/write double. |
Returns: void
setSkewVertical
| Name | Description |
|---|---|
| setSkewVertical (double) | Specifies the vertical skew angle (in degrees). Read/write double. |
Returns: void