Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
Randomize Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > DiceEffectCommandBitmapEffect Class : Randomize Property





Gets or sets the starting point, or randomize value for the randomization process.

Syntax

Visual Basic (Declaration) 
Public Property Randomize As Integer
Visual Basic (Usage)Copy Code
Dim instance As DiceEffectCommandBitmapEffect
Dim value As Integer
 
instance.Randomize = value
 
value = instance.Randomize
C# 
public int Randomize {get; set;}
Managed Extensions for C++ 
public: __property int get_Randomize();
public: __property void set_Randomize( 
   int value
);
C++/CLI 
public:
property int Randomize {
   int get();
   void set (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.

Example

For XAML example, refer to DiceEffectCommandBitmapEffect.

For C#/VB examples, refer to DiceEffectCommandBitmapEffect.

Requirements

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

See Also