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 PlaneBendCommand
Dim value As Integer
instance.Repeat = value
value = instance.Repeat
|
C# | |
---|
public int Repeat {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_Repeat();
public: __property void set_Repeat(
int value
); |
C++/CLI | |
---|
public:
property int Repeat {
int get();
void set (int value);
} |
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
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also