Visual Basic (Declaration) | |
---|---|
Public Property ShadowAngle As ShadowCommandBitmapEffectsAngle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ShadowCommandBitmapEffectsAngle ShadowAngle {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property ShadowCommandBitmapEffectsAngle get_ShadowAngle(); public: __property void set_ShadowAngle( ShadowCommandBitmapEffectsAngle value ); |
C++/CLI | |
---|---|
public: property ShadowCommandBitmapEffectsAngle ShadowAngle { ShadowCommandBitmapEffectsAngle get(); void set (ShadowCommandBitmapEffectsAngle value); } |
XAML Attributes Usage | |
---|---|
<object ShadowAngle =ShadowCommandBitmapEffectsAngle > |
Dependency Property Information | |
---|---|
Identifier field | ShadowAngleProperty |
Metadata properties set to true | None |
Return Value
Value that indicates the direction of the light source that produces the shadow. This property is used if the MosaicTilesCommandBitmapEffectsFlags.ShadowRGB flag or the MosaicTilesCommandBitmapEffectsFlags.ShadowGray flag is set. Valid values are found in ShadowCommandBitmapEffectsAngleFor XAML example, refer to MosaicTilesCommandBitmapEffect.
For C#/VB examples, refer to MosaicTilesCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003