←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
C++
public int Strength { get; set; } 
  
Public Property Strength As Integer 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly