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 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, and Windows Server 2003