ShadowFormat.IncrementOffsetX(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 horizontal offset of the shadow by the specified number of points.
public:
void IncrementOffsetX(float Increment);
public void IncrementOffsetX (float Increment);
abstract member IncrementOffsetX : single -> unit
Public Sub IncrementOffsetX (Increment As Single)
Parameters
- Increment
- Single
Required Single. Specifies how far the shadow offset is to be moved horizontally, in points. A positive value moves the shadow to the right; a negative value moves it to the left.
Remarks
Use the OffsetX property to set the absolute horizontal shadow offset.