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





Gets or sets flags that indicate how to apply the effect, and which layout pattern to use for the noise.

Syntax

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

<object PerlinFlags =NoiseLayoutType >

Dependencies Property Information 

Identifier field

PerlinFlagsProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object PerlinFlags =NoiseLayoutType >

Dependencies Property Information 

Identifier field

PerlinFlagsProperty

Metadata properties set to true

None

Return Value

Flags that indicate how to apply the effect, and which layout pattern to use for the noise.

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