Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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;}
C++/CLI 
public:
property int MaximumPitSize {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object MaximumPitSize =int >

Dependencies Property Information 

Identifier field

MaximumPitSizeProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object MaximumPitSize =int >

Dependencies 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, Windows Server 2008 family

See Also