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





Gets or sets a value that represents the percentage of coverage, expressed in tenths of a percent.

Syntax

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

<object Range =int >

Dependencies Property Information 

Identifier field

RangeProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Range =int >

Dependencies Property Information 

Identifier field

RangeProperty

Metadata properties set to true

None

Return Value

Percentage of coverage, expressed in tenths of a percent. Valid values are 0 to 1000.

Example

For XAML example, refer to AddNoiseCommandBitmapEffect.

For C#/VB examples, refer to AddNoiseCommandBitmapEffect.

Requirements

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

See Also