Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
ShadowAngle Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > RomanMosaicCommandBitmapEffect Class : ShadowAngle Property





Gets or sets the value indicating the direction of the light source that produces the shadow.

Syntax

Visual Basic (Declaration) 
Public Property ShadowAngle As ShadowCommandBitmapEffectsAngle
Visual Basic (Usage)Copy Code
Dim instance As RomanMosaicCommandBitmapEffect
Dim value As ShadowCommandBitmapEffectsAngle
 
instance.ShadowAngle = value
 
value = instance.ShadowAngle
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 ShadowCommandBitmapEffectsAngle

Example

For XAML example, refer to RomanMosaicCommandBitmapEffect.

For C#/VB examples, refer to RomanMosaicCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also