Visual Basic (Declaration) | |
---|---|
Public Property MaximumPitSize As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int MaximumPitSize {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_MaximumPitSize(); public: __property void set_MaximumPitSize( int value ); |
XAML Attributes Usage | |
---|---|
<object MaximumPitSize =int > |
Dependency Property Information | |
---|---|
Identifier field | MaximumPitSizeProperty |
Metadata properties set to true | None |
Return Value
Maximum pit size, in pixels. The size of the pits will be selected at random between 1 and MaximumPitSize.For XAML example, refer to AgingCommandBitmapEffect.
For C#/VB examples, refer to AgingCommandBitmapEffect.
For C#/VB examples, refer to AgingCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003