Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
HorizontalScratchCount Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > AgingCommandBitmapEffect Class : HorizontalScratchCount Property





Gets or sets the number of horizontal scratch lines.

Syntax

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

<object HorizontalScratchCount =int >

Dependency Property Information 

Identifier field

HorizontalScratchCountProperty

Metadata properties set to true

None

Return Value

Number (0 or more) of horizontal 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, and Windows Server 2003

See Also