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





Gets or sets a value that represents the dust density, expressed in tenths of percent of the image area.

Syntax

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

<object DustDensity =int >

Dependency Property Information 

Identifier field

DustDensityProperty

Metadata properties set to true

None

Return Value

Dust density, expressed in tenths of a percent of the image area. Valid values range between 0 and 1000. This value is divided internally by 10. If this value = 1000 then dust density = 100% (that is, the number of dust points = the entire image area.)

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