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 > PlasmaCommandBitmapEffect Class : Size Property





Gets or sets the size of plasma.

Syntax

Visual Basic (Declaration) 
Public Property Size As Integer
Visual Basic (Usage)Copy Code
Dim instance As PlasmaCommandBitmapEffect
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 Shift =int >

Dependency Property Information 

Identifier field

ShiftProperty

Metadata properties set to true

None

Return Value

Value greater than 0 that represents the plasma size. (The value is divided internally by 100). The value, after it has been divided by 100, represents the size in pixels.

Example

For XAML example, refer to PlasmaCommandBitmapEffect.

For C#/VB examples, refer to PlasmaCommandBitmapEffect.

Requirements

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

See Also