Visual Basic (Declaration) | |
---|---|
Public Property Repeat As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Repeat {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_Repeat(); public: __property void set_Repeat( int value ); |
XAML Attributes Usage | |
---|---|
<object Repeat =int > |
Dependency 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.For XAML example, refer to PlaneBendCommandBitmapEffect.
For C#/VB examples, refer to PlaneBendCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003