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





Gets or sets a value that represents the average ball size. Only positive values are accepted.

Syntax

Visual Basic (Declaration) 
Public Property Size As Integer
Visual Basic (Usage)Copy Code
Dim instance As ColoredBallsCommandBitmapEffect
Dim value As Integer
 
instance.Size = value
 
value = instance.Size
C# 
public int Size {get; set;}
Managed Extensions for C++ 
public: __property int get_Size();
public: __property void set_Size( 
   int value
);
C++/CLI 
public:
property int Size {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object Size =int >

Dependency Property Information 

Identifier field

SizeProperty

Metadata properties set to true

None

Return Value

Value represents average ball size, in pixels. Only positive values are accepted.

Example

For XAML example, refer to ColoredBallsCommandBitmapEffect.

For C#/VB examples, refer to ColoredBallsCommandBitmapEffect.

Requirements

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

See Also