alignment property
The alignment point of the shadow, that sets the origin for translate, scale and skew of the shadow.
This property is read-only. Possible string values are:
- "RECTANGLE_POSITION_UNSPECIFIED" : Unspecified.
- "TOP_LEFT" : Top left.
- "TOP_CENTER" : Top center.
- "TOP_RIGHT" : Top right.
- "LEFT_CENTER" : Left center.
- "CENTER" : Center.
- "RIGHT_CENTER" : Right center.
- "BOTTOM_LEFT" : Bottom left.
- "BOTTOM_CENTER" : Bottom center.
- "BOTTOM_RIGHT" : Bottom right.
Implementation
core.String? alignment;