←Select platform

StrokeLength Property

Summary

Gets or sets the length of colored pencil stroke.

Syntax

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

Property Value

Value that indicates the length of the colored pencil stroke, in pixels. Default value is 15.

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