Edit

Share via


ShadowFormat.OffsetX Property

Definition

Returns or sets the horizontal offset (in points) of the shadow from the specified shape. A positive value offsets the shadow to the right of the shape; a negative value offsets it to the left.

public:
 property float OffsetX { float get(); void set(float value); };
public float OffsetX { get; set; }
member this.OffsetX : single with get, set
Public Property OffsetX As Single

Property Value

Remarks

If you want to nudge a shadow horizontally or vertically from its current position without having to specify an absolute position, use the IncrementOffsetX(Single) or IncrementOffsetY(Single) method.

Applies to