←Select platform

BrightLength Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public int BrightLength { get; set; } 
  
Public Property BrightLength As Integer 
public int BrightLength {get; set;} 
  
get_BrightLength(); 
set_BrightLength(value); 
Object.defineProperty('BrightLength');  
public: 
property int BrightLength { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Example

Refer to PlaneBendCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly