[]
Represents shadow formatting for a shape.
public interface IShadowFormat
Public Interface IShadowFormat
Name | Description |
---|---|
Blur | Gets or sets the degree of blurriness of the specified shadow. |
ForeColor | Gets or sets a ColorFormat object that represents the specified foreground fill or solid color. |
OffsetX | Gets or sets the horizontal offset of the shadow from the specified shape, in pixels. |
OffsetY | Gets or sets the vertical offset of the shadow from the specified shape, in pixels. |
RotateWithShape | Gets or sets a value indicating whether to rotate the shadow when rotating the shape. |
Size | Gets or sets the size of the specified shadow. |
Style | Gets or sets the style of the specified shadow. |
Transparency | Gets or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
Type | Gets or sets a ShadowType value that represents the shadow format type. |
Visible | Gets or sets a value indicating whether the shadow is visible. |
Name | Description |
---|---|
IncrementOffsetX(double) | Changes the horizontal offset of the shadow by the specified number of pixels. |
IncrementOffsetY(double) | Changes the vertical offset of the shadow by the specified number of pixels. |