Version

ShadowOffset Property (MapLayer)

Sets or gets the current layer's shadow offset. Changing the value causes elements which do not locally override it to be updated.

This is a dependency property.

Syntax
'Declaration
 
Public Property ShadowOffset As Point
public Point ShadowOffset {get; set;}
Remarks
This property is a Point with the X and Y coordinates representing the distance from a MapElement to its shadow. Negative X and Y coordinates will result in shadows appearing to the top/left of MapElements, whereas positive X and Y coordinates will result in shadows appearing to the bottom/right of MapElements.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also