Share via


LinePattern.RepeatFactor Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the number of times to repeat each series of ones and zeros specified in the Linepattern property.

Definition

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);

Property Value

System.Int16
Integer that represents the number of times to repeat the Linepattern.

This property is read/write. 

Remarks

This property allows an application to stretch the line pattern.