Visual Basic (Declaration) | |
---|---|
Public Property SizeVariation As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int SizeVariation {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_SizeVariation(); public: __property void set_SizeVariation( int value ); |
XAML Attributes Usage | |
---|---|
<object SizeVariation =int > |
Dependency Property Information | |
---|---|
Identifier field | SizeVariationProperty |
Metadata properties set to true | None |
Return Value
Value that represents the amount of ball size variation. Valid values range from 0 to 100. Use 0 to have all balls the same size. Use 100 to have the size vary from 0 to 2 X Size.For XAML example, refer to ColoredBallsCommandBitmapEffect.
For C#/VB examples, refer to ColoredBallsCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003