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





Gets or sets the value that represents the density of the layout for the produced noise.

Syntax

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

<object DenLayout =int >

Dependencies Property Information 

Identifier field

DenLayoutProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object DenLayout =int >

Dependencies Property Information 

Identifier field

DenLayoutProperty

Metadata properties set to true

None

Return Value

Value that represents the density of the layout for the produced noise. Possible values range from 0 through 100. When using a low DenLayout value the noise will appear with light color.

Example

For XAML example, refer to PerlinCommandBitmapEffect.

For C#/VB examples, refer to PerlinCommandBitmapEffect.

Requirements

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

See Also