Visual Basic (Declaration) | |
---|---|
Public Property Randomize As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Randomize {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_Randomize(); public: __property void set_Randomize( int value ); |
XAML Attributes Usage | |
---|---|
<object Randomize =int > |
Dependency Property Information | |
---|---|
Identifier field | RandomizeProperty |
Metadata properties set to true | None |
Return Value
The starting point for the randomization process. Valid values range from 0 through 500. Use 0 to have the command select the value.For XAML example, refer to DiceEffectCommandBitmapEffect.
For C#/VB examples, refer to DiceEffectCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003