←Select platform

Strength Property

Summary

Gets or sets the strength factor used to create the "outline". This can be any number that is 0 or greater.

Syntax

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

Property Value

Value that indicates the strength factor used to create the "outline". This can be any number that is 0 or greater. Default value is 4.

Example

Refer to ColoredPencilExtendedCommand example.

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