←Select platform

VerticalScratchCount Property

Summary

Gets or sets the number of vertical scratch lines.

Syntax

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

Property Value

Number of vertical scratch lines. This property only accepts positive values.

Example

Refer to AgingCommand.

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