SaaShadow

SaaShadow creates shadows behind any Control. It can take the shape of the control or you can decide yourself.

SaaShadow positions itself to the location of the associated control. Even if you move the control it will move with it.

1. Colors

InnerColor is the innermost color of the shadow. It is the color that is concentrated in the middle of the shadow.

OuterColor is the outermost color of the shadow. It is the outer color that is fading out as it spreads out.

2. Offsets

OffSetHeight adds extra height to the shadow. This is helpful when the shadow is Autoset and you want to add some height to the Autoset height.

OffSetWidth adds extra width to the shadow. This is helpful when the shadow is Autoset and you want to add some width to the Autoset width.

OffsetX tells how far the shadow will be moved from left to the right side.

OffsetY tells how far the shadow will be moved from top to the bottom side.

3. Shadow

Spread tells how far the shadow spreads.

AutoSet tells the shadow to take the shape and the size of the associated control and move to the site and behind the control.

Control tells the control which the shadow is associated with.

4. Radius

Radius property tells the roundness of the edges. With this property you can change the shapes of the border edges. Radius has four properties: TopLeft, TopRight, BottomRight, BottomLeft.

Last updated