Visual Basic (Declaration) | |
---|---|
Public Property FreqLayout As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int FreqLayout {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_FreqLayout(); public: __property void set_FreqLayout( int value ); |
XAML Attributes Usage | |
---|---|
<object FreqLayout =int > |
Dependency Property Information | |
---|---|
Identifier field | FreqLayoutProperty |
Metadata properties set to true | None |
Return Value
Value that indicates the frequency of the circles or lines to be created for the noise image. This parameter is used if the PF_Circle or PF_Line flag is set. Possible values range from 0 through 100. Increase this value to increase the number of circles or lines drawn.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