| Property | Type | Access | Description |
| angle | number (range: -180 - 180) |
r/w | The angle of the feather. (Range: 180 to -180) |
| applied | bool |
r/w | If true, the directional feather effect is applied. |
| bottomWidth | Measurement Unit (Number or String) (range: 0 - 1000) |
r/w | The feather width (in pixels) on the bottom side of the object DirectionalFeatherSetting. (Range: .2 to 250) |
| chokeAmount | number (range: 0 - 100) |
r/w | The amount to choke the directional feather (as a percentage of the feather width). (Range: 0 to 100) |
| eventListeners | EventListeners EventListener |
readonly | A collection of event listeners. |
| events | Events Event |
readonly | A collection of events. |
| followShapeMode | FollowShapeModeOptions: FollowShapeModeOptions.NONE FollowShapeModeOptions.LEADING_EDGE FollowShapeModeOptions.ALL_EDGES |
r/w | The shape-following algorithm applied to the feather. |
| isValid | bool |
readonly | Returns true if the object specifier resolves to valid objects. |
| leftWidth | Measurement Unit (Number or String) (range: 0 - 1000) |
r/w | The feather width (in pixels) on the left side of the DirectionalFeatherSetting. |
| noise | number (range: 0 - 100) |
r/w | The amount of noise (as a percentage) applied to the feather region. (Range: 0 to 100) |
| parent | ContentTransparencySetting FillTransparencySetting StrokeTransparencySetting TransparencySetting |
readonly | The parent of the DirectionalFeatherSetting (a TransparencySetting, StrokeTransparencySetting, FillTransparencySetting or ContentTransparencySetting). |
| properties | Object |
r/w | A property that allows setting of several properties at the same time. |
| rightWidth | Measurement Unit (Number or String) (range: 0 - 1000) |
r/w | The feather width (in pixels) on the right side of the DirectionalFeatherSetting. (Range: .2 to 250) |
| topWidth | Measurement Unit (Number or String) (range: 0 - 1000) |
r/w | The feather width (in pixels) on the top side of the object DirectionalFeatherSetting. (Range: .2 to 250) |