Language
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets bits that specify the line pattern.
Definition
Visual Basic Public Property Linepattern As Short C# public short Linepattern { get; set; } C++ public:
property short Linepattern {
short get();
void set(short value);
}JScript public function get Linepattern() : short
public function set Linepattern(short);
Property Value
System.Int16
Integer that contains the line pattern bits.This property is read/write.
Remarks
For example, the following value produces a dotted line: 1100110011001100.