Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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;}
Managed Extensions for C++ 
public: __property int get_ShadeAngle();
public: __property void set_ShadeAngle( 
   int value
);
C++/CLI 
public:
property int ShadeAngle {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object ShadeAngle =int >

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

See Also