Name | Description | |
---|---|---|
Alignment | Gets or sets the shadow alignment.
The default is a null reference (Nothing in Visual Basic) for texts and RectangleAlignment.Bottom for drawings. Note that a null reference (Nothing in Visual Basic) cannot be used for drawings. | |
Angle | Gets or sets the direction of the shadow.
The default is 0. The value range from 0 to 359.9. (Inherited from GrapeCity.Documents.Word.ShadowBase) | |
Blur | Gets or sets the blur radius of the shadow.
The default value is 0. The value range from 0 to 100. (Inherited from GrapeCity.Documents.Word.InnerShadow) | |
Color | Gets the shadow color. (Inherited from GrapeCity.Documents.Word.ShadowBase) | |
Distance | Gets or sets how far to offset the shadow.
The default is 0. The value range from 0 to 200. (Inherited from GrapeCity.Documents.Word.ShadowBase) | |
IsFixed | ||
RotateWithObject | Gets or sets a value indicating whether the shadow rotates along with the object when the object is rotated.
Default value is true. Note that this property cannot be applied for text. | |
ScaleX | Gets or sets the horizontal scaling factor of the shadow. Negative scaling causes a flip.
The default is 0 for text and 100 for drawing. | |
ScaleY | Gets or sets the vertical scaling factor of the shadow. Negative scaling causes a flip.
The default is 0 for text and 100 for drawing. | |
SkewX | Gets or sets the horizontal skew angle of the shadow.
The default is 0. The value range from -89.9 to 89.9. | |
SkewY | Gets or sets the vertical skew angle of the shadow.
The default is 0. The value range from -89.9 to 89.9. |