Gets or sets how to loop back if the end of ResourceMap is reached.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property SymbolStartIndexForResourceMapRepeat As Integer |
C# | |
---|
public abstract int SymbolStartIndexForResourceMapRepeat {get; set;} |
C++/CLI | |
---|
public:
abstract property int SymbolStartIndexForResourceMapRepeat {
int get();
void set ( int value);
} |
Property Value
The default value is 0. The minimum value is zero.
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also