| Property | Type | Access | Description |
| angle | NothingEnum Real (-180 - 180) |
r/w | The angle of the feather. (Range: 180 to -180). Can return: Real (-180 - 180) or NothingEnum enumerator. |
| applied | Boolean NothingEnum |
r/w | If true, the directional feather effect is applied. Can return: Boolean or NothingEnum enumerator. |
| bottomWidth | NothingEnum Unit (0 - 1000 points) |
r/w | The feather width (in pixels) on the bottom side of the object FindChangeDirectionalFeatherSetting. (Range: .2 to 250). Can return: Unit (0 - 1000 points) or NothingEnum enumerator. |
| chokeAmount | NothingEnum Real (0 - 100) |
r/w | The amount to choke the directional feather (as a percentage of the feather width). (Range: 0 to 100). Can return: Real (0 - 100) or NothingEnum enumerator. |
| eventListeners | EventListeners EventListener |
readonly | A collection of event listeners. |
| events | Events Event |
readonly | A collection of events. |
| followShapeMode | FollowShapeModeOptions NothingEnum |
r/w | The shape-following algorithm applied to the feather. Can return: FollowShapeModeOptions enumerator or NothingEnum enumerator. |
| isValid | bool |
readonly | Returns true if the object specifier resolves to valid objects. |
| leftWidth | NothingEnum Unit (0 - 1000 points) |
r/w | The feather width (in pixels) on the left side of the FindChangeDirectionalFeatherSetting. Can return: Unit (0 - 1000 points) or NothingEnum enumerator. |
| noise | NothingEnum Real (0 - 100) |
r/w | The amount of noise (as a percentage) applied to the feather region. (Range: 0 to 100). Can return: Real (0 - 100) or NothingEnum enumerator. |
| parent | FindChangeContentTransparencySetting FindChangeFillTransparencySetting FindChangeStrokeTransparencySetting FindChangeTransparencySetting |
readonly | The parent of the FindChangeDirectionalFeatherSetting (a FindChangeTransparencySetting, FindChangeStrokeTransparencySetting, FindChangeFillTransparencySetting or FindChangeContentTransparencySetting). |
| properties | Object |
r/w | A property that allows setting of several properties at the same time. |
| rightWidth | NothingEnum Unit (0 - 1000 points) |
r/w | The feather width (in pixels) on the right side of the FindChangeDirectionalFeatherSetting. (Range: .2 to 250). Can return: Unit (0 - 1000 points) or NothingEnum enumerator. |
| topWidth | NothingEnum Unit (0 - 1000 points) |
r/w | The feather width (in pixels) on the top side of the object FindChangeDirectionalFeatherSetting. (Range: .2 to 250). Can return: Unit (0 - 1000 points) or NothingEnum enumerator. |