LinePattern.RepeatFactor Property |
Language: |
Retrieves or sets the number of times to repeat each series of ones and zeros specified in the Linepattern property.
Visual Basic Public Property RepeatFactor As Short C# public short RepeatFactor { get; set; } C++ public:
property short RepeatFactor {
short get();
void set(short value);
}JScript public function get RepeatFactor() : short
public function set RepeatFactor(short);
System.Int16
This property is read/write.
Integer that represents the number of times to repeat the Linepattern.
This property allows an application to stretch the line pattern.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center