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





Gets or sets the angle, in degrees.

Syntax

Visual Basic (Declaration) 
Public Property ShadeAngle As Integer
Visual Basic (Usage)Copy Code
Dim instance As BricksTextureCommandBitmapEffect
Dim value As Integer
 
instance.ShadeAngle = value
 
value = instance.ShadeAngle
C# 
public int ShadeAngle {get; set;}
C++/CLI 
public:
property int ShadeAngle {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object ShadeAngle =int >

Dependencies Property Information 

Identifier field

ShadeAngleProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object ShadeAngle =int >

Dependencies Property Information 

Identifier field

ShadeAngleProperty

Metadata properties set to true

None

Return Value

Angle, in degrees, that identifies from which side the light will hit the brick edges, resulting in a brightening of the opposite angle edges, and the darkening of the other edges. Valid range is from 0 to 360.

Example

For XAML example, refer to BricksTextureCommandBitmapEffect.

For C#/VB examples, refer to BricksTextureCommandBitmapEffect.

Requirements

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

See Also