ShadowFormat.IncrementOffsetY(Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Changes the vertical offset of the shadow by the specified number of points.
public:
void IncrementOffsetY(float Increment);
public void IncrementOffsetY (float Increment);
Public Sub IncrementOffsetY (Increment As Single)
Parameters
- Increment
- Single
Required Single. Specifies how far the shadow offset is to be moved vertically in points. A positive value moves the shadow down; a negative value moves it up.
Remarks
Use the OffsetY property to set the absolute vertical shadow offset.