←Select platform

Value Property

Summary

Gets or sets the amount of stretching.

Syntax

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

Property Value

Amount of stretching, where positive values stretch the pixels toward edges, and negative values stretch the pixels toward the center. Possible values are range in between -500 and 500.

Example

Refer to BendCommand.

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