Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Repeat Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > PlaneBendCommandBitmapEffect Class : Repeat Property





Gets or sets the number of times the image repeats along the Z-axis.

Syntax

Visual Basic (Declaration) 
Public Property Repeat As Integer
Visual Basic (Usage)Copy Code
Dim instance As PlaneBendCommandBitmapEffect
Dim value As Integer
 
instance.Repeat = value
 
value = instance.Repeat
C# 
public int Repeat {get; set;}
C++/CLI 
public:
property int Repeat {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object Repeat =int >

Dependencies Property Information 

Identifier field

RepeatProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Repeat =int >

Dependencies Property Information 

Identifier field

RepeatProperty

Metadata properties set to true

None

Return Value

Number of times the image repeats along the Z-axis. If Repeat equals -1 the image will be infinitely repeated. Its range starts from -1.

Example

For XAML example, refer to PlaneBendCommandBitmapEffect.

For C#/VB examples, refer to PlaneBendCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also