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

<object Randomize =int >

Dependencies Property Information 

Identifier field

RandomizeProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Randomize =int >

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

See Also