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





Gets or sets a value that indicates how much the brightness changes as you move along the Z axis.

Syntax

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

<object BrightLength =int >

Dependencies Property Information 

Identifier field

BrightLengthProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object BrightLength =int >

Dependencies Property Information 

Identifier field

BrightLengthProperty

Metadata properties set to true

None

Return Value

Value that indicates how much the brightness changes as you move along the Z axis. This property is internally multiplied by 50.

Example

For XAML example, refer to PlaneBendCommandBitmapEffect.

For C#/VB examples, refer to PlaneBendCommandBitmapEffect.

Requirements

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

See Also