ShadowFormat.OffsetY Property

Definition

Returns or sets the vertical offset (in points) of the shadow from the specified shape. A positive value offsets the shadow below the shape; a negative value offsets it above the shape.

public:
 property float OffsetY { float get(); void set(float value); };
public float OffsetY { get; set; }
member this.OffsetY : single with get, set
Public Property OffsetY 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