Visual Basic (Declaration) | |
---|---|
Public Property Size As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Size {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_Size(); public: __property void set_Size( 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.For XAML example, refer to PlasmaCommandBitmapEffect.
For C#/VB examples, refer to PlasmaCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003