Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
VerticalScratchCount Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > AgingCommandBitmapEffect Class : VerticalScratchCount Property





Gets or sets the number of vertical scratch lines.

Syntax

Visual Basic (Declaration) 
Public Property VerticalScratchCount As Integer
Visual Basic (Usage)Copy Code
Dim instance As AgingCommandBitmapEffect
Dim value As Integer
 
instance.VerticalScratchCount = value
 
value = instance.VerticalScratchCount
C# 
public int VerticalScratchCount {get; set;}
C++/CLI 
public:
property int VerticalScratchCount {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object VerticalScratchCount =int >

Dependencies Property Information 

Identifier field

VerticalScratchCountProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object VerticalScratchCount =int >

Dependencies Property Information 

Identifier field

VerticalScratchCountProperty

Metadata properties set to true

None

Return Value

Number (0 or more) of vertical scratch lines.

Example

For XAML example, refer to AgingCommandBitmapEffect.

For C#/VB examples, refer to AgingCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also