Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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;}
Managed Extensions for C++ 
public: __property NoiseLayoutBitmapEffectsType get_PerlinFlags();
public: __property void set_PerlinFlags( 
   NoiseLayoutBitmapEffectsType value
);
C++/CLI 
public:
property NoiseLayoutBitmapEffectsType PerlinFlags {
   NoiseLayoutBitmapEffectsType get();
   void set (NoiseLayoutBitmapEffectsType value);
}
XAML Attributes Usage 

<object PerlinFlags =NoiseLayoutType >

Dependency 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, and Windows Server 2003

See Also