The distance at which the shadow of the interactor will be drawn. This distance is relative to the parent, so that transformations on this interactor (such as rotations) do not influence the location of the shadow.

Namespace: TallComponents.Interaction.WinForms.Interactors
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public Point ShadowDistance { get; set; }
Visual Basic
Public Property ShadowDistance As Point
	Get
	Set

Remarks

If this property is null, or if both X and Y are zero, no shadow will be painted.

See Also