 |
ILinePatternMaterialLinePattern Property |
Gets or sets the 16 bit uint value that defines the line pattern - if bit is 1 then line part is drawn, when 0 line part is not drawn.
For example value 0xFFFF means full line without any dots or dashes. Value 0x5555 means line with dots - one full dot follows one empty dot.
When 0 (by default) or 0xFFFF than line stipple rendering is not enabled for this line.
Namespace: Ab4d.SharpEngine.MaterialsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxushort LinePattern { get; set; }
Property Value
UInt16[Missing <value> documentation for "P:Ab4d.SharpEngine.Materials.ILinePatternMaterial.LinePattern"]
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Materials.ILinePatternMaterial.LinePattern"]
See Also