Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
MaximumPitSize Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > AgingCommandBitmapEffect Class : MaximumPitSize Property





Gets or sets a value that represents the maximum pit size, in pixels.

Syntax

Visual Basic (Declaration) 
Public Property MaximumPitSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As AgingCommandBitmapEffect
Dim value As Integer
 
instance.MaximumPitSize = value
 
value = instance.MaximumPitSize
C# 
public int MaximumPitSize {get; set;}
Managed Extensions for C++ 
public: __property int get_MaximumPitSize();
public: __property void set_MaximumPitSize( 
   int value
);
C++/CLI 
public:
property int MaximumPitSize {
   int get();
   void set (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.

Example

For XAML example, refer to AgingCommandBitmapEffect.

For C#/VB examples, refer to AgingCommandBitmapEffect.


For C#/VB examples, refer to AgingCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also