Visual Basic (Declaration) | |
---|---|
Public Property PerlinFlags As NoiseLayoutBitmapEffectsType |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.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