Visual Basic (Declaration) | |
---|---|
Public Property DenLayout As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int DenLayout {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_DenLayout(); public: __property void set_DenLayout( int value ); |
XAML Attributes Usage | |
---|---|
<object DenLayout =int > |
Dependency 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.For XAML example, refer to PerlinCommandBitmapEffect.
For C#/VB examples, refer to PerlinCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003