Visual Basic (Declaration) | |
---|---|
Public Property ShadowAngle As ShadowCommandBitmapEffectsAngle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ShadowCommandBitmapEffectsAngle ShadowAngle {get; set;} |
C++/CLI | |
---|---|
public: property ShadowCommandBitmapEffectsAngle ShadowAngle { ShadowCommandBitmapEffectsAngle get(); void set (ShadowCommandBitmapEffectsAngle value); } |
XAML Attributes Usage | |
---|---|
<object ShadowAngle =ShadowCommandBitmapEffectsAngle > |
Dependencies Property Information | |
---|---|
Identifier field | ShadowAngleProperty |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object ShadowAngle =ShadowCommandBitmapEffectsAngle > |
Dependencies 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, Windows Server 2008 family