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 indicating the direction of the light source that produces the shadow. This property is used if the RomanMosaicCommandBitmapEffectsFlags.ColoredShadow flag or the RomanMosaicCommandBitmapEffectsFlags.GrayShadow flag is set. Valid values are found in ShadowCommandBitmapEffectsAngleFor XAML example, refer to RomanMosaicCommandBitmapEffect.
For C#/VB examples, refer to RomanMosaicCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family