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

<object Shift =int >

Dependencies Property Information 

Identifier field

ShiftProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Shift =int >

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

See Also